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