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: Option D
Join The Discussion