InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes provide implementation of map interface?(a) ArrayList(b) HashMap(c) LinkedList(d) DynamicList |
|
Answer» Correct answer is (b) HashMap The explanation: AbstractMap, WeakHashMap, HashMap and TreeMap provide implementation of map interface. |
|