Answer:
B
Step-by-step explanation:
Exceptions are caught from inner catch block to the outer catch. If an exception is thrown inside a method and it is not catches by that catch block then the calling method's catch block /outer catch block will catch that
The Answer is B