Which design pattern is used in spring aop?



Which design pattern is used in spring aop?..

Answer / Rakshapal Singh Yadav

Spring AOP (Aspect-Oriented Programming) uses the Template Method design pattern to implement its pointcut, advice, and introductions. The Template Method defines the flow of control for an aspect, while allowing subclasses or advices to fill in the specific behavior.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

Does @override do anything?

1 Answers  


Explain the jdbc abstraction and dao module

1 Answers  


What is the use of jdbctemplate in spring?

1 Answers  


Explain spring batch architecture.

1 Answers  


How are springs formed?

1 Answers  


What is the use of ioc?

1 Answers  


What do you mean by @controller annotation in spring?

1 Answers  


Why spring security is used?

1 Answers  


How does dao work? : Spring Boot

1 Answers  


What is the difference between @autowired and @bean?

1 Answers  


What are the minimum configurations needed to create spring mvc application?

1 Answers  


How does the scope prototype work?

1 Answers  


Categories