Multiple choice How many constructors are there in TreeSet? 6 5 4 3 2 Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is the correct answer, there are 4 constructors of TreeSet. These are :-TreeSet()TreeSet(c : Collection)TreeSet(c : Comparator)TreeSet(s : SortedSet ). So, this is correct answer.