What collections you have worked on? Internal working of Hashmap?
Answer Posted / surya
Hashmap is working on principal of hashing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are alternatives to java serialization?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What does bitwise or mean?
What is null data type?
What is time complexity algorithm?
How does singleton class work?
Can we use string in the switch case?
What are java packages?
What is the meaning of I ++ in java?
Can we call the run() method instead of start()?
Why main method is called first in java?
Explain the public class modifier?
Which programming language is best in future?
What do you mean by an interface in java?
What is double checked locking in singleton?