Irrespective of exception occurrence, catch handler will always get executed - Exception Handling

Q.  Irrespective of exception occurrence, catch handler will always get executed.
- Published on 19 Oct 15

a. True
b. False

ANSWER: False
 

    Discussion

  • Ankit   -Posted on 08 May 21
    The explanation for this question is that until the Throw statement is executed the catch will never be executed.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)