1.

What Is String In Java?

Answer»

In JAVA STRING class represents character STRINGS which means; Strings in Java are objects and all strings are INSTANCES of the String class. Internally in String class Strings are STORED as character array.

In Java String class represents character strings which means; Strings in Java are objects and all strings are instances of the String class. Internally in String class Strings are stored as character array.



Discussion

No Comment Found