Войти
  • 153448Просмотров
  • 5 лет назадОпубликованоBro Code

Java String methods 💬

Java String methods tutorial explained #java #string #methods public class Main { public static void main(String[] args) { // String = a reference data type that can store one or more characters // reference data types have access to useful methods String name = "Bro"; //boolean result = ("bro"); //int result = (); //char result = (0); //int result = ("o"); //boolean result = (); //String result = (); //String result = (); //String result = (); //String result = ('o', 'a'); // (result); } }