The string class represents character strings. All
string literals in Java programs, such as "abc", are
implemented as instances of this class.
are created. String buffers support mutable strings.
Because String objects are immutable they can be shared.