CHAPTER OBJECTIVES
1. Recognize the methods in the List interface that are not in the Collection interface.
2. Understand the user’s view of the ArrayList class.
3. Be able to decide when an ArrayList is preferable to an array—and vice versa.
4. Understand the VeryLongInt class from both the user’s view and the developers’
view.