X738: Reverse Array

Write a method that reverses the contents of the given string array contents returning an ArrayList<String> with the resutts. If the given array is empty or null, return an empty array list.

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.