Which of the following are methods of the java.util.SortedSet interface?
A. first B. last C. headSet D. tailSet E. subSet
Click to view the answer
A, B, C, D , E.
These methods all exist.