Leave a Reply 2

Your email address will not be published. Required fields are marked *


imyrta

imyrta

Answer: A, D

Explanation:

The if statement includes in it’s flow only the throw new RuntimeException(); even if the doMoreStuff(); is in te same line is not part of the if.

When the exception will happen the execution will jump at the catch statement. In this case everything after the exception is ignored.