Examveda

Which interface in the Java Collections Framework extends the `Set` interface and represents a collection of elements stored in a sorted order?

A. `Map`

B. `SortedSet`

C. `Queue`

D. None of These

Answer: Option B


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

Join The Discussion

Related Questions on Collections Framework in java