Checked Exception을 Unchecked Exception으로 throw하자
try/catch/finally와 return문
Try with resource로 자동 자원 해제하기
Null 파헤치기
Optional 잘 쓰는 법1 - 언제 쓸까?
Optional 잘 쓰는 법2 - orElse/orElseGet
Last updated 2 years ago