String

A string is a sequence of characters. Strings are immutable, it is not possible to insert, remove or replace the characters of a string, this must be done with a StringBuffer or by copying strings.

Instance Methods