// Arrays.sort() is a utility method provided by Java to sort arrays. // The sorting algorithm used depends on the type of array: // - For primitive types (e.g., int[], char[]), Arrays.sort() uses a ...