21 Java - Map
Map
Its an interface and its implementations are
HashMap: Do not maintains the order.
HashTable: Synchronized version of HashMap
LinkedHashMap: Maintains the insertion order.
TreeMap: sorts the data internally.
Object that maps key to values....
chetan77.hashnode.dev9 min read