What collections you have worked on? Internal working of Hashmap?



What collections you have worked on? Internal working of Hashmap?..

Answer / surya

Hashmap is working on principal of hashing

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

can we create a instance for intwerface?

3 Answers  


What package is math in java?

0 Answers  


What is split return?

0 Answers  


Does sprintf add a null terminator?

0 Answers  


waht You know about thread programming?

1 Answers  


What is the difference between sleep and wait in java?

0 Answers  


What is object class in java?

0 Answers  


What is :: operator in java?

0 Answers  


What do you mean by order of precedence and associativity?

0 Answers  


How can we find the sum of two linked lists using stack in java?

0 Answers  


Can constructor be inherited?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


Categories