Which collection class allows you to grow or shrink its size and pr

Loading

โœช Choose the correct option.

Which collection class allows you to grow or shrink its size and provides indexed access to its elements, but whose methods are not synchronized?

A. java.util.HashSet
B. java.util.LinkedHashSet
C. java.util.List
D. java.util.ArrayList

Leave a Comment