Sponsorised links
23 January 2009 10:00
Equals and Hash Code in Java
The Java super class java.lang.Object has two very important methods defined in it. They are -
* public boolean equals(Object obj)
* public int hashCode()
1
(1 marks)
