What is difference between hashmap and linkedhashmap?
Answer / Manoj Kumar Bharti
HashMap does not guarantee the order of insertion whereas LinkedHashMap maintains the insertion order, either from front to back (accessOrder=false) or back to front (accessOrder=true).
| Is This Answer Correct ? | 0 Yes | 0 No |
Is heap sort faster than quicksort?
To describe the Complexity of Binary search, Quicksort and various other sorting and searching techniques..
0 Answers HPCL, Hughes Systique Corporation,
Define a binary tree?
What do you mean by recursive definition?
What is map keyset?
What is difference between capacity and size of arraylist?
How is it possible to insert different type of elements in stack?
How will inorder, preorder and postorder traversals print the elements of a tree?
What differences exist between hashmap and hashtable?
Is hashmap an object?
Define a path in a tree?
Model a data structure for a DFA that takes an event as parameter and performs a desired action.