자바 이것저것
[자바 14] switch 표현식 - yield
[자바 16] stream의 toList() 는 불변 리스트를 반환?
AtomicInteger
StringTokenizer
제네릭
제네릭 - <T>
제네릭 - <?> & <T extends Class> & <? super Class>
제네릭 메서드
리플렉션 ( Reflection )
디렉토리 생성 mkdir()과 mkdirs() 차이
System.getProperty
Enum
Enum에서 final로 멤버변수를 정의해야하는 이유
instanceof
예외처리
Checked Exception과 Unchecked Exception
JVM