Java Spring Framework Question:
What is the Core container module?
Answer:
This module is provides the fundamental functionality of the spring framework. In this module BeanFactory is the heart of any spring-based application. The entire framework was built on the top of this module. This module makes the Spring container.
Previous Question | Next Question |
What are the different modules in Spring framework? | What is Application context module? |