Java OCA OCP Practice Question 889

Question

Which of the following are methods of the java.util.SortedSet interface?

A. first 
B. last 
C. headSet 
D. tailSet 
E. subSet 


A, B, C, D , E.

Note

These methods all exist.




PreviousNext

Related