Login
Remember
Register
Ask a Question
Can two equal object have the different hash code?
0
votes
asked
Jan 27, 2020
in
JAVA
by
rahuljain1
Can two equal object have the different hash code?
#java-hashcode
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 27, 2020
by
SakshiSharma
No, thats not possible according to hash code contract.
...