행위

Checked Exception, Unchecked Exception

라이언의 꿀팁백과

https://kingpiggylab.tistory.com/390


Checked Exception 은 Runtime 에 발생하는 예외로 주로 시스템 오류로 발생하며 예외처리를 강제하지 않음

Unchecked Exception 은 Compile-Time 에 확인이 가능한 예외이기에 예외처리를 반드시 해야 함