123456789101112131415



Question 1: Which collection class allows you to grow or shrink its size and provides indexed access to
its elements, but whose methods are not synchronized? (Choose all that apply.)

1. java.util.List
2. java.util.ArrayList
3. java.util.HashSet
4. java.util.LinkedHashSet