Examveda

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


This Question Belongs to Java Program >> Collections Framework In Java

Join The Discussion

Related Questions on Collections Framework in java