Class String
An instance of class string is a “string” of characters: abcde, oo145^^!2l, . . .
Assigned as: d = new String(“L. Millett”) // just like other classesord = “L. Millett” // only because strings are common
Lots of methods available in the String class