How HashMap implemented in java? how it internally works when
values are added or searched from hashMap?What is the
difference betweenthe implementation of hashmap and Linked
Hashmap?
Answer Posted / amar
The Only difference is In Hashmap There is no guarantee while
Iterating the elements comes like how you insert.
But in LinkedHashMap the elements occurs that how you insert
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are different types of control structures?
How do you override a private method in java?
What are classloaders?
What are singleton services?
What is the full form of jpeg?
Why set is used in java?
When can an object reference be cast to an interface reference in java programming?
how we can create packages in java?
What is temp in java?
How hashmap works in java?
how do I create a runnable with inheritance? : Java thread
What type of value does sizeof return?
Can you explain the final method modifier?
What is files manifesting?
What is the final access modifier in java?