Programming - Exception Handling - Discussion

You Are Here :: Home > JAVA > Exception Handling - Discussion

 



Q.

Checked Exceptions do not extend RuntimeException class and must be handled to avoid a compile-time error by the programmer.                         


A. Checked Exceptions B. UnChecked Exceptions
C. both A and B D. none

Answer: Option A
Explaination:

 


Checked Exceptions do not extend RuntimeException class and must be handled to avoid a compile-time error by the programmer.




Discussion

Your Comments Goes here...
NameDiscussion