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 |
What is a super class and how super class be called?
What is the use of bufferedreader?
What are the types of sockets in java?
What is constructor and its types?
What is a class ?
What will happen if we write code like: try{}catch(exception e)catch(IOException i)
Differentiate constructor and a method and how are it be used?
What is string buffer?
In which language java is written?
Do you know why doesn't the java library use a randomized version of quicksort?
Why super is first line in java?
Can a class inherit the constructors of its superclass?