Home »
MCQs »
Spring MCQs
Which of the following type of advice executes if the method exits by throwing an exception?
27. Which of the following type of advice executes if the method exits by throwing an exception?
- Before advice
- After Returning Advice
- After Throwing Advice
- Around Advice
Answer: C) After Throwing Advice
Explanation:
After throwing advice is a type of advice that is executed if the method exits by throwing an exception.