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
How can you generate random numbers in java?
Explain the usage of this with constructors?
What is the difference between keyword and identifier?
Can a constructor be private and how are this() and super() method used with constructor?
What are the ways to instantiate the class class?
Difference between arraylist and vector.
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is the difference between compile-time polymorphism and runtime polymorphism?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What best practices should you follow while writing multithreaded code in java?
Why does java not allow multiple public classes in a java file ?
Can we override private method?
Explain features of interfaces in java?
Can we use string in the switch case?
what are synchronized methods and synchronized statements? : Java thread