Prev Next

Spring / Spring module questions

Explain the Core container module of Spring framework.

This module provides the fundamental functionality of the spring framework. A primary component of the core container module is the BeanFactory which is considered as the heart of any spring-based application.

The entire spring framework is built and operated on the top of this core module. This module makes the Spring container.

More Related questions...

Show more question and Answers...


Comments & Discussions