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?

  1. Before advice
  2. After Returning Advice
  3. After Throwing Advice
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.