InterviewSolution
Saved Bookmarks
| 1. |
Difference Between Hashmap And Hashset? |
|
Answer» HASHMAP is collection of key-value pairs whereas HASHSET is un-ordered collection of UNIQUE elements. That’s it. No NEED to describe further. HashMap is collection of key-value pairs whereas HashSet is un-ordered collection of unique elements. That’s it. No need to describe further. |
|