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

i would like to attend for an interview of datalab technologies company i want to know the pattern of imnterview.

0 Answers  


What is the difference between and ?

0 Answers  


what is the final keyword denotes in java?

0 Answers   IBS,


What is Hierarchy of exception?

0 Answers   Amdocs,


What is difference between word and integer?

0 Answers  






What is hash in java?

0 Answers  


Why java is used everywhere?

0 Answers  


Describe the Big-O Notation.

0 Answers   Global Logic,


Can a class extends itself in java?

0 Answers  


What is the covariant return type?

0 Answers  


what is servlet enginee?

0 Answers   Covansys,


Can a set contain duplicates?

0 Answers  


Categories