What is an advice?



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

Post New Answer

More Spring Framework Interview Questions

What is the use of listener?

1 Answers  


What is a spring component?

1 Answers  


What is the spring bean life cycle?

1 Answers  


What is dependency in spring?

1 Answers  


Is @component a singleton?

1 Answers  


What are the bean scope types?

1 Answers  


Explain what is spring mvc?

1 Answers  


What are the different types of injection in spring?

1 Answers  


What is the difference between constructor injection and setter injection?

1 Answers  


What are the common implementations of the application context ?

1 Answers  


Is spring data jpa an orm?

1 Answers  


What is difference between singleton and prototype bean?

1 Answers  


Categories