Vidyalelo
Java Programming · Q18

Java Collections Framework

Programming · Java Programming · question 18

Q18

Which class is typically used to implement a `SortedSet` in the Java Collections Framework?

A.
`HashSet`
B.
`LinkedHashSet`
C.
`ArrayList`
D.
`TreeSet`
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board