Strings are used for storing text.
A String variable contains a collection of characters surrounded by double quotes.
A String in Java is actually an object, which contain methods that can perform certain operations on strings. For example, the length of a string can be found with the length() method.