Tag: What is called Advice?
Advice will tell application on new behaviour and it is the implementation of an aspect. It is inserted into an application at the joinpoint.
Advice is the implementation of an aspect. It is something like telling your application of new behaviour. Generally, the advice is inserted into an application at joinpoints.