What is the best way to reverse an array in Java?
Using Collections.reverse()
Using a loop with swapping
Using Arrays.reverse()
Using Math.reverse()
This question is part of this quiz :