Skip to main content

Q) What is a “checked exception”?




A)
->For which kind of exception, java compiler treats non-handling of exception. As syntactical error, such exception is known as checked exception.
I.e. java compiler forces exception handling for checked exceptions.

Comments