Solved

If Method a Calls Method B and Method B Throws

Question 20

Multiple Choice

If method A calls method B and method B throws an exception, which method will catch the exception, assuming all methods have a catch block?


A) method B
B) method A
C) the operating system
D) none of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions