<<< The class String | Index | Commonly Used String Methods >>> |
A String object is an instance of class String
The address of a String object with the value "Freddy Krueger" is stored in the name
String name = "Freddy Krueger";
String methods are called using the dot operator
<<< The class String | Index | Commonly Used String Methods >>> |