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 / sridevilaks
http://javarevisited.blogspot.in/2011/02/how-hashmap-works-
in-java.html
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What programs use java?
Can we clone singleton object in java?
How do you reverse a string in java?
What is unicode with example?
Can you have two constructors in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Can keyword be used as identifier?
Why collection doesn’t extend cloneable and serializable interfaces?
What is difference between char array and string?
What are the types of exceptions?
What will happen to the exception object after exception handling?
Explain importance of inheritance in java?
What is meant by polymorphism?
Is there any tag in htm to upload and download files?
What are default methods ?