Variations of Hashmap Flashcards
1
Q
1.LinkedHashMap
DS(Data Structure)
2.Does hashmap will maintain insertion order
A
- Hashtable +LinkedList
It will maintain Insertion Order.
2.No hashmap will not maintain insertion Order
- Hashtable +LinkedList