What is an advice?
Answer / Kamal Saini
In Spring AOP, advice is additional behavior that can be added to a method execution, method call, or exception handling. Advice can be used for cross-cutting concerns such as logging, transaction management, and security.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of listener?
What is a spring component?
What is the spring bean life cycle?
What is dependency in spring?
Is @component a singleton?
What are the bean scope types?
Explain what is spring mvc?
What are the different types of injection in spring?
What is the difference between constructor injection and setter injection?
What are the common implementations of the application context ?
Is spring data jpa an orm?
What is difference between singleton and prototype bean?