+ 3
Deepika Mourya
A Map cannot contain duplicate keys and each key can map to at most one value.
There are two interfaces for implementing Map in java: Map and SortedMap, and three classes:HashMap, TreeMap and LinkedHashMap.
source:
https://www.geeksforgeeks.org/map-interface-java-examples/
I hope I was helpful