You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Green Luo edited this page Jun 28, 2015
·
3 revisions
The three essential methods associated with Object class are boolean equals(Object), int hashCode(), String toString(). Every Java developer should be aware of the importance of these methods especially the former two. If you don't know then you should read this book by Joshua Bloch.
OSGL Tool provides tool to save your time writing/using these methods