True or False When the following program block is run if sta
True or False: When the following program block is run, if statement2 throws an exception, then statement3 will be executed?
True or False: When the following program block is run, if statement2 throws an exception that is not caught, then statement4 will not be executed?
True or False: When the following program block is run, if statement2 throws an exception that is not caught, then the exception will pass up to the method that called m1?
Solution
True or False: When the following program block is run, if statement2 throws an exception, then statement3 will be executed?
Answer:-False
True or False: When the following program block is run, if statement2 throws an exception that is not caught, then statement4 will not be executed?
Answer:True
True or False: When the following program block is run, if statement2 throws an exception that is not caught, then the exception will pass up to the method that called m1?
Answer:True

