Examlex

Solved

If, Within One Try Statement You Want to Have Catch

question 3

Multiple Choice

If, within one try statement you want to have catch clauses that catch exceptions of the following types, in which order should they appear in your program?
(1) Throwable
(2) Exception
(3) RuntimeException
(4) NumberFormatException


Definitions:

Related Questions