InterviewSolution
Saved Bookmarks
| 1. |
How Does Hashset Internally Works In Java? |
|
Answer» HASHSET internally uses HashMap to store it's ELEMENTS. But it differs from HashMap on two points.
HashSet internally uses HashMap to store it's elements. But it differs from HashMap on two points. |
|