Multiple choice

Which of the following classes is not implemented the interface Map?

  1. HashMap

  2. TreeMap

  3. LinkedHashMap

  4. ArrayMap

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

There is no such class with the name ArrayMap. The Map interface is implemented in class HashMap, class TreeMap and class LinkedHashMap.