Question: Which characteristic does not apply to instances of java.util.HashSet=

  1. uses hashcode of objects when inserted
  2. contains unordred elements
  3. contains unique elements
  4. contains sorted elements

Answer: The correct answer of the above question is Option D:contains sorted elements