What is a collection?
What are the main collection types?
What are the parent interfaces of the ArrayList class and what is their purpose?
How can we sort a collection of custom objects (i.e. Person class)?
What is generic type?
What is the difference between generics and wildcards?