What is a collection? Why is it necessary since we already have arrays?
Which collection(s) should I avoid if the order of elements matters?
True or false?: all collections are generic types.
Which collection guarantees its elements are unique?
If you’re not sure which collection to use, but you know you need a collection, what is a sensible collection to start with?
Why would I use a Map? Share a concrete example.
What is the difference between Map and HashMap?
Did you use a List during training? For what?
Which collection is fastest? Is it always?
Which method should I call to make a collection grow?
Name three collection types and their uses.