Multiple choice technology web technology

This Module provides the fundamental functionality of the spring framework. In this module BeanFactory is the heart of any spring based application.

  1. ApplicationContext Module

  2. AOP Module

  3. Core Container Module

  4. DAO Module

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Core Container Module is the foundation of the Spring Framework, providing essential functionality like IoC (Inversion of Control) and dependency injection. BeanFactory, the heart of this module, manages bean configuration and lifecycle. Other modules like AOP, DAO, and ApplicationContext build on this core foundation.