Reverse of an array - Method 2 and 3 @shrihaantv
----------------------------------------
In the second method, I have used 2 for loops. One for the initialized array and other one for the reversed array.
In the third method, I have used Collections class with Reverse method.
Watch the above video for the detailed program with explanation.