본문 바로가기

공부 기록/영상 후기

Java 예외 - 6. checked vs unchecked exception

https://youtu.be/q80kLBw04gI

Error != Exception

  

Checked Exception : RuntimeException을 제외한 나머지. 예외처리 필수

Unchecked Exception : RuntimeException을 포함한 Exception. 선택적 예외처리