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 to make the double-tone class ? as we have singletone class..?
How to implement an arraylist in java?
can we create object for static class in java
14 Answers IAP Company, IBM, Marlabs, mPortal, TCS,
How does arraylist work in java?
What's the base class in java from which all classes are derived?
Which Math method is used to calculate the absolute value of a number?
Can you use this() and super() both in a constructor?
What is the generic function?
Can we serialize singleton class?
What is a percentage sign called?
Howmany classes that package java.applet.* contains?
How to decrease number of hashings in has