SCJP 5
~Sanjeev Singh<br />SCJP 1.5
Originally posted by Sanjeev Kumar Singh: I think this must be x2.equals(x1) may results to true or false.
if x.hashCode() != y.hashCode() returns true, then x.equals(y) must return false.