if two references are having same hash codes,is that means
those are refering to same object?

Answers were Sorted based on User's Feedback



if two references are having same hash codes,is that means those are refering to same object?..

Answer / aparna

no.they need not b referin 2 same obj.if 2 references
pointng to same obj then also the hascode may same or maynt
same.its totally depends on JVM.

Is This Answer Correct ?    7 Yes 1 No

if two references are having same hash codes,is that means those are refering to same object?..

Answer / dheerendra

If two objects are same then on equals obj1.equals(obj2)
return true as well as the hashCode will also be same but if
the hashCode of two objects are same then it is not sure
that objects would point to same reference.

Is This Answer Correct ?    2 Yes 0 No

if two references are having same hash codes,is that means those are refering to same object?..

Answer / ravurivinod

Thank you Aparna
for your feed back

Is This Answer Correct ?    0 Yes 0 No

if two references are having same hash codes,is that means those are refering to same object?..

Answer / dimpu

thanks for ur answer aparna

Is This Answer Correct ?    0 Yes 0 No

if two references are having same hash codes,is that means those are refering to same object?..

Answer / rajender

i agree with anuradha answer.but we can implement hashcode
method.in case of strings they implemented hashcode

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is java util list serializable?

0 Answers  


What do you mean by hashing?

0 Answers   Amazon,


What is the reason that multiple inheritance is not possible in java??

1 Answers  


why java uses class level type casting ?

0 Answers  


What does the append?

0 Answers  






What is nested class?

0 Answers  


Why is java so important?

0 Answers  


What is null in java?

0 Answers  


Explain enumeration in java?

0 Answers  


Explain about complier design(phases)

0 Answers   Aditi Placement Service,


Explain the difference between jdk, jre, and jvm?

0 Answers  


why java is not supporting multiple inheritence?

3 Answers  


Categories