Answer (Choose 1 answer)
Which of the following methods of the Collections class can be used to find the largest value
A. Collections.max()
B. Collections.maxValue()
C. Collections.maxElement()
D. We don't need any method because elements in Vector are automatically sorted. Therefo element contains the maximum value.
1