Q18
Which class is typically used to implement a `SortedSet` in the Java Collections Framework?
A.
`HashSet`
B.
`LinkedHashSet`
C.
`ArrayList`
D.
`TreeSet`
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board