Checked and Unchecked Exception

Checked exceptions are checked at compile time whereas unchecked exceptions are not. Unchecked exceptions generally denote programming errors.

June 9, 2019