보안

2024.01.11.목.day10

202401to07 2024. 1. 11. 13:26

인터페이스.md~

자료구조 ~

partC~

 

sort: 정렬 메소드 

-Arrays.sort 인자2

클래스  static

 

-list.sort 인자1

인자 statc

list.sort(null);
        System.out.println("정렬 후 "+ list);

C03
C03