Examveda

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

A. `HashSet`

B. `LinkedHashSet`

C. `ArrayList`

D. `TreeSet`

Answer: Option D


This Question Belongs to Java Program >> Collections Framework In Java

Join The Discussion

Related Questions on Collections Framework in java