Which of the following is true about HashSet?
It maintains insertion order
It allows multiple null values
It does not maintain any specific order
It uses a balanced binary tree internally
This question is part of this quiz :
Java Set and HashSet Classes