Q105
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)
AnswerD.
max(List c)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board