Java - Set Interface
Q1.
Which of the following is a property of the Set interface in Java?
Q2.
Which Set implementation maintains insertion order?
Q3.
What will happen if you insert a duplicate element into a HashSet?
Q4.
Which Set implementation stores elements in sorted order?
Q5.
How many null values can a Set store in Java?