If two objects are unequal according to the equals(Object) m…
If two objects are unequal according to the equals(Object) method, it is required that calling hashCode on each of the objects must produce distinct results as it is good for performance.
Read Details