InterviewSolution
Saved Bookmarks
| 1. |
What Is Hash-collision In Hashtable And How It Is Handled In Java? |
|
Answer» TWO different keys with the same hash VALUE. Two different ENTRIES will be kept in a single hash BUCKET to AVOID the collision. Two different keys with the same hash value. Two different entries will be kept in a single hash bucket to avoid the collision. |
|