Objectives : Array List Objectives
Students will:
- 
understand when an ArrayList should be used
- 
understand how to use an ArrayList
- 
understand limitations of ArrayList
- 
understand how objects values can be printed out (toString())
- 
understand how to individually access memebers of ArrayList
- 
be able to use a for-each loop to process ArrayList