Java Spring Framework Question:

What is Application context module?

Spring Framework Interview Question
Spring Framework Interview Question

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.


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