Before advice
Click for more Java interview questions
Regards,
Visit for more author’s blog on Java interview questions
- Advice that executes before a join point
- does not have the ability to prevent execution flow proceeding to the join point
- Advice to be executed after a join point completes normally
- Advice to be executed if a method exits by throwing an exception
- Advice to be executed regardless of the means by which a join point exits
- Advice that surrounds a join point such as a method invocation
- It is also responsible for choosing whether to proceed to the join point
Click for more Java interview questions
Regards,
Visit for more author’s blog on Java interview questions