Java Spring Framework Question:

What is Application context module?

Tweet Share WhatsApp

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 PDF Read All 43 Spring Framework Questions
Previous QuestionNext Question
What is the Core container module?What is AOP module?