Arrays.sort(array)
Arrays.sort(array,Collections.reverseOrder())
Arrays.copyOfRange(array, from_idx, to_idx)
Arrays.toString(array)