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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aarohi
For your kind information,you can check lot of discussions on java through http://skillgun.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sridevilaks
http://javarevisited.blogspot.in/2011/02/how-hashmap-works-
in-java.html
| Is This Answer Correct ? | 1 Yes | 5 No |
How do you sort in ascending order in java?
Can i have abstract class with no abstract methods?
What is anonymous inner class?
what is features of jdk 1.5?
2 Answers Accenture, Satyam, TCS,
What is AppletStub?
What is the symbol for space?
Which is bigger double or float?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What method is used to specify a container's layout in java programming?
What is Collection interface?
What is map java?
Is there any limitation of using inheritance?