Re: Can the hashcode of the two objects be the same?
Posted By:
Anonymous
Posted On:
Monday, April 5, 2004 09:18 AM
2 good places to read more about hashCode() method:
1. Java API, look under java.lang.Object
2. Grab this book & read, Effective Java by Joshua Bloch, Chapter 3, Item 8.