Page 1 of 1

What is the difference between TreeSet and SortedSet?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
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