-
primitive형 배열은 내림차순을 지원하는 메소드가 없다. Arrays.sort()을 들어가보면 아래와 같이 매개변수를 받게 만들어져 있다.sort(T[] a, Comparator