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 / 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 |
Post New Answer View All Answers
What is the use of StringTokenizer class?
What are different types of references?
Can we override final method?
What is the full meaning of java?
Explain importance of inheritance in java?
What is difference between length and length() method in java ?
Explain about data types?
Difference between stack and queue?
What is the lifetime and scope of a variable?
Write a program to find the whether a number is an Armstrong number or not?
Explain about sets?
Which one of the following suits the description of a string better: derived or primitive?
Difference between final and effectively final ? Why is effectively final even required ?
Which class represents the socket that both the client and server use to communicate with each other?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?