Vidyalelo
Java Programming · Q16

Java Collections Framework

Programming · Java Programming · question 16

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`
Answer
C.
`Queue`
D.
None of These

Answer: Option B

Solution

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