Multiple choice technology architecture

Which of the following container defines how beans are created

  1. Spring ORM

  2. Spring DAO

  3. Spring Context

  4. Spring Core

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

Spring Core container (specifically the BeanFactory and ApplicationContext) is responsible for creating, configuring, and managing beans. It defines how beans are instantiated, wired together, and their lifecycle is managed.