

MCQOPTIONS
Saved Bookmarks
1. |
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» C. TreeSet is an interface; SortedSet is a concrete class | |