Computer Science Lecture Notes, Chapter 10

To store, retrieve, and manipulate objects in an ArrayList. (10.10) To implement a Stack class using an ArrayList. (10.11) ... java.lang.Object Class Object is the root of the class hierarchy. Every class has Object as a superclass. ... but can also be used to convert an object of one class type to another within an inheritance hierarchy. ................
................