Data-Interpretation
November 30, 2023Question 14136 – NIC-NIELIT STA 2020
November 30, 2023OOPS
|
Question 40
|
During exception handling, which of the following statements hold true?
|
Single try can have multiple associated catch with it
|
|
|
A Single Catch can have multiple try associated with it
|
|
|
Finally block execute only when the class is inherited
|
|
|
For a given exception, multiple catch can execute
|
Correct Answer: A
