Hi
We want to know about a hashCode function of java. And why use it.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Mar 2, 2012, 7:21 AM
The hashCode() method is then used in the HashTable and other Dictionary-based classes to store and quickly retrieve values based on the hash code of their keys.