Relationship between hashCode and equals method in java - Stack Overflow
I read in many places saying while override equals method in java, should override hashCode method too, otherwise it is violating the contract. But so far I haven't face any problem if ......