What is the default clone of HashSet?
(a) Deep clone
(b) Shallow clone
(c) Plain clone
(d) Hollow clone
I have been asked this question in an international level competition.
The question is from Data Structures-Set topic in division java.util – The Collections Framework of Java