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



How HashMap implemented in java? how it internally works when values are added or searched from ha..

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

How HashMap implemented in java? how it internally works when values are added or searched from ha..

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

How HashMap implemented in java? how it internally works when values are added or searched from ha..

Answer / sridevilaks

http://javarevisited.blogspot.in/2011/02/how-hashmap-works-
in-java.html

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Core Java Interview Questions

What is the difference between stored procedure & function?

0 Answers  


What are use cases?

0 Answers  


What environment variables are required to be set on a machine in order to run Java programs?

0 Answers   Tech Mahindra,


What is the += operator called?

0 Answers  


How will you reverse a singly-link list?

0 Answers   Akamai Technologies,






What does main method?

0 Answers  


Is java util regex pattern thread safe?

0 Answers  


What are event-delegation model and event-inheritance model? Which is best?

1 Answers  


How do you include a string in java?

0 Answers  


Can you add null to a list java?

0 Answers  


can used Protected Class outside Function.?

0 Answers   HCL,


i need source code for income tax program using java inheritance

1 Answers  


Categories