Examveda
Examveda

If we try to add Enum constants to a TreeSet, what sorting order will it use?

A. Sorted in the order of declaration of Enums

B. Sorted in alphabetical order of Enums

C. Sorted based on order() method

D. Sorted in descending order of names of Enums

Answer: Option A


This Question Belongs to Java Program >> Data Types And Variables

Join The Discussion

Related Questions on Data Types and Variables