

MCQOPTIONS
Saved Bookmarks
1. |
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» B. Sorted in alphabetical order of Enums | |