What Is The Difference Between Treeset And Sortedset #699
What is the difference between TreeSet and SortedSet?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util Collections Framework - Java Set - Quiz No.1.
What is the difference between TreeSet and SortedSet?
TreeSet is more efficient than SortedSet
SortedSet is more efficient than TreeSet
TreeSet is an interface; SortedSet is a concrete class
SortedSet is an interface; TreeSet is a concrete class