created 01/22/06
This chapter briefly discusses objects and how to use them. All the objects discussed in this chapter are defined in classes that are part of the standard Java libraries. Later chapters discuss how you can define your own objects.
String
objectsChapter 25 and following discuss objects in greater detail than this chapter.
(Review: ) What are the two divisions of data in Java?