54. Which statement is true for the class java.util.HashSet?
Select all correct answers:
A. The elements in the collection are ordered.
B. The collection is guaranteeded to be immutable.
C. The elements in the collection are guaranteed to be unique.
D. The elements in the collection are accessed using a unique key.
E. The elements in the collection are guaranteed to be synchronized.