Question: Which characteristic does not apply to instances of java.util.HashSet=
- uses hashcode of objects when inserted
 - contains unordred elements
 - contains unique elements
 - contains sorted elements
 
Answer: The correct answer of the above question is Option D:contains sorted elements