There are two objects a and b with same hashcode. I am inserting these two objects inside a hashmap.<br /> <br /> hMap.put(a,a);<br /> hMap.put(b,b);<br /> <br /> where a.hashCode()==b.hashCode()<br /> <br /> Now tell me how many objects will be there inside the hashmap?
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers

 Q1. There are two objects a and b with same hashcode. I am inserting these two objects inside a hashmap.

hMap.put(a,a);
hMap.put(b,b);

where a.hashCode()==b.hashCode()

Now tell me how many objects will be there inside the hashmap?
Core Java
Ans. There can be two different elements with the same hashcode. When two elements have the same hashcode then Java uses the equals to further differentation. So there can be one or two objects depending on the content of the objects.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     java   hashcode   map   hashmap   object reference   advanced     Asked in 1 Companies


Related Questions

  What are the common uses of "this" keyword in java ?
 What is the default value of a declared object reference ?
 Is it a bad practice to initialize object reference to Null ?
 How different is it when final applied to variables and object references ?
 In which memory segment - heap or stack, the following stored by JVM

1. static members
2. objects
3. object references
4. local or method variables




Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: