ArrayLists

Objective #1: Be familiar with ArrayLists and use their available methods.

Objective #2: Use ArrayLists appropriately in client programs and as properties in classes.

Objective #3: Understand the differences between an ArrayList and array.

Objective #4: Understand the java.util.List interface and some of its methods.

Objective #5: Use "enhanced" for loops loops with arrays and ArrayLists.

Objective #6: Use two-dimensional ArrayLists.