Answers for "hashset usage"

0

hashset usage

- HashSet can have null, order is not guaranteed
- HashSet is commonly used if you want to access elements randomly or store a list of items which cannot contain duplicate values
Posted by: Guest on January-17-2022
-2

what is hashset in java

- HashSet can have null, order is not guaranteed
Posted by: Guest on January-06-2021

Browse Popular Code Answers by Language