What is aspect oriented programming (aop)?



What is aspect oriented programming (aop)?..

Answer / Dinkar Rai

Aspect Oriented Programming (AOP) is a programming paradigm that allows you to modularize code with cross-cutting concerns, such as logging, security, and transaction management. Spring Framework supports AOP using the @Aspect annotation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is spring actuator?

1 Answers  


What is the difference between constructor injection and setter injection?

1 Answers  


What are spring applications?

1 Answers  


What is the spring java based configuration?

1 Answers  


What is a framework? Explain the spring framework.

1 Answers  


What are the different types of spring?

1 Answers  


Describe about dao in spring framework?

1 Answers  


What is difference between ioc and di in spring?

1 Answers  


What is a spring framework?

1 Answers  


What is an advice? What are the different types of advices?

1 Answers  


Explain the front controller class of spring mvc.

1 Answers  


Does google use spring framework?

1 Answers  


Categories