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 |
Can a for statement loop indefinitely?
Is java 11 paid version?
How many bits is a boolean?
What do you mean by flow of struts?
What are the Object and Class that classes used for?
Write a java program for binary search?
What are the Memory Allocations available in JavaJava?
Name the class that used to read objects directly from a stream?
What is casting?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
0 Answers HCL, SAP Labs, Vital Soft,
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is the difference between pass by reference and pass by pointer?