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 domain object

1 Answers  


What is overloading and overriding in java?

0 Answers  


How define set in java?

0 Answers  


Explain about assignment statement?

0 Answers  


What is emant by API? is it related to java only or it is common for all OOPS supporting language?

3 Answers  






How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?

0 Answers  


How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?

0 Answers  


Explain a situation where finally block will not be executed?

0 Answers  


What is the default execution method in java?

0 Answers  


which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com

0 Answers   IBM,


What is ph and buffers?

0 Answers  


Difference between local and global transaction ?

1 Answers   Accenture, iFlex,


Categories