Q. Which of these is an incorrect form of using method max() to obtain maximum element? (A) max(Collection c) (B) max(Collection c, Comparator comp) (C) max(Comparator comp) (D) max(List c) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) max(Comparator comp)