MCQOPTIONS
Saved Bookmarks
| 1. |
Which collection class allows you to access its elements by associating a key with an element\'s value, and provides synchronization? |
| A. | javutil.TreeMap |
| B. | javutil.SortedMap |
| C. | javutil.Hashtable |
| D. | javutil.TreeSet |
| Answer» D. javutil.TreeSet | |