

MCQOPTIONS
Saved Bookmarks
1. |
Which of these is an incorrect form of using method max() to obtain a maximum element? |
A. | max(Collection c) |
B. | max(Collection c, Comparator comp) |
C. | max(Comparator comp) |
D. | max(List c) |
Answer» D. max(List c) | |