When a statement within a try block causes an exception, the remaining statements in the try block

When a statement within a try block causes an exception, the remaining statements in the try block


a. are executed before the statements in the catch block
b. are executed after the statements in the catch block
c. aren't executed


Answer: c. aren't executed


Learn More :