The Movie
and Demonstrate
classes are not the only classes
that you have encountered in this book. You have, for example, encountered
many strings. Each string is actually an instance of the String
class. By the convention mentioned in Segment 167, a
String
instance is also known, simply, as a string.