InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Hashcode In Objects ? |
|
Answer» HASHCODE is used for BUCKETING in Hash implementations like HashMap, HASHTABLE, HashSet ETC. Hashcode is used for bucketing in Hash implementations like HashMap, HashTable, HashSet etc. |
|