MCQOPTIONS
Saved Bookmarks
| 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? |
| A. | java.util.HashSet |
| B. | java.util.LinkedHashSet |
| C. | java.util.List |
| D. | java.util.ArrayList |
| Answer» E. | |