Java Spring Framework Question:
Download Questions PDF

What is Application context module?

Answer:

The Application context module makes spring a framework. This module extends the concept of BeanFactory, providing support for internationalization (I18N) messages, application lifecycle events, and validation. This module also supplies many enterprise services such JNDI access, EJB integration, remoting, and scheduling. It also provides support to other framework.

Download Spring Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is the Core container module?What is AOP module?