What does the following code snippet perform?
Arrays.sort(numbers);
Shuffles the elements of numbers randomly
numbers
Converts the array numbers into a list
Sorts the elements of numbers in ascending order
Reverses the order of elements in numbers