Wednesday, February 7, 2007

What is hash-collision in Hashtable and how it is handled in Java?

Two different keys with the same hash value. Two different entries will be kept in a single hash bucket to avoid the collision.

SOURCE : www.referjava.com

No comments: