Solved

Which of the Following Statements Is NOT True About Advice

Question 50

Multiple Choice

Which of the following statements is NOT true about advice types and exception handling?  (select one)


A) If a Before advice method throws an exception, the target method will not be called
B) An Around advice type can swallow, or halt the propagation of, an exception thrown by the target method.
C) An AfterReturning advice type can swallow, or halt the propagation of, an exception thrown by the target method.

Correct Answer:

verifed

Verified

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

Related Questions