Collections

A

Describe the fundamental differences between arrays, lists, and maps. Further describe when you would use an array, a list, or a map in your program. Are you using these various data structures in our project?

B

Exercises 11.2 and 11.3 in the book. The exercises covers the topics ArrayList and Iterator.

C

Exercise 11.26 in the book. The topics covered are Map and Set.

Extra Assignments

E1

Exercise 11.12.

E2

Exercise 11.13.