Home » JAVA Programming » Collections » Question
  1. Which of these classes provide implementation of map interface?
    1. DynamicList
    2. ArrayList
    3. LinkedList
    4. HashMap
    5. None of these
Correct Option: D

AbstractMap, WeakHashMap, HashMap and TreeMap provide implementation of map interface.



Your comments will be displayed only after manual approval.