Vidyalelo
Java Programming · Q152

Java Collections Framework

Programming · Java Programming · question 152

Q152

What is the difference between TreeSet and SortedSet?

A.
TreeSet is more efficient than SortedSet
B.
SortedSet is more efficient than TreeSet
C.
TreeSet is an interface; SortedSet is a concrete class
D.
SortedSet is an interface; TreeSet is a concrete class
Answer

Answer: Option D

Solution

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