About this document
Java String Literals and Classes Overview by VEC 17-4E3 is a document available to read on EtoBox.
A string is a group of characters enclosed in double quotes. In Java, strings are objects of the String class. The String class provides many methods to manipulate and compare strings. Strings are immutable, so modifying a string creates a new string object rather than changing the original.
- Author
- VEC 17-4E3
- Language
- EN