Q16
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`
AnswerC.
`Queue`
D.
None of These
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board