Which Of These Is An Incorrect Form Of Using Method Max To #804
Which of these is an incorrect form of using method max() to obtain a maximum element?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util Collections Framework - Java Collection Algorithms - Quiz No.1.
Which of these is an incorrect form of using method max() to obtain a maximum element?
max(Collection c)
max(Collection c, Comparator comp)
max(Comparator comp)
max(List c)