Java Spring Framework Question:

What is an Advice?

Tweet Share WhatsApp

Answer:

Advice is the implementation of an aspect. It is something like telling your application of a new behavior. Generally, and advice is inserted into an application at joinpoints.

Download Spring Framework PDF Read All 43 Spring Framework Questions
Previous QuestionNext Question
What is a Jointpoint?What is a Pointcut?