1.

During exception handling, which of the following statements hold true?

A. Single try can have multiple associated catch with it
B. A Single Catch can have multiple try associated with it
C. Finally block execute only when the class is inherited
D. For a given exception, multiple catch can execute
Answer» B. A Single Catch can have multiple try associated with it


Discussion

No Comment Found