Java Spring Framework Question:
Download Questions PDF

What is AOP module?

Answer:

The AOP module is used for developing aspects for our Spring-enabled application. Much of the support has been provided by the AOP Alliance in order to ensure the interoperability between Spring and other AOP frameworks. This module also introduces metadata programming to Spring. Using Spring’s metadata support, we will be able to add annotations to our source code that instruct Spring on where and how to apply aspects.

Download Spring Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is Application context module?What is JDBC abstraction and DAO module?