Multiple choice Which of the following classes is not implemented the interface Map? HashMap TreeMap LinkedHashMap 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.