What is advice in spring?



What is advice in spring?..

Answer / Atul Kumar Dixit

In Spring AOP, an Advice represents a pointcut-oriented method that gets executed before, after, or around a join point. There are four types of Advices: BeforeAdvice, AfterReturningAdvice, AfterThrowingAdvice, and AroundAdvice.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is spring boot starter jdbc? : Spring Boot

1 Answers  


What is @repository in spring boot? : Spring Boot

1 Answers  


What is @springboottest?

1 Answers  


What is the advantage of spring boot over spring? : Spring Boot

1 Answers  


What is front controller in spring mvc?

1 Answers  


Why it is called ioc in spring?

1 Answers  


Differentiate between constructor injection and setter injection?

1 Answers  


What is the default scope of bean in spring framework?

1 Answers  


Give some examples where property editing is used in spring.

1 Answers  


What is pojo class?

1 Answers  


Why interceptors are used in spring?

1 Answers  


What is resultsetextractor?

1 Answers  


Categories