Which statement is true for the Class java.util.HashSet?
Options
- The collection is guaranteed to be immutable.
- The elements in the collection are unique.
- The elements in the collection are ordered.
- The elements in the collection are synchronized.
CORRECT ANSWER : The elements in the collection are unique.
Write your comments