Q27
How do you reverse an array in Java?
A.
Collections.reverse(array)
AnswerB.
array.reverse()
C.
Arrays.reverse(array)
D.
ArrayUtils.reverse(array)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board