Multiple choice technology web technology

____________ feature of Spring manges the life cycle and configuration of application objects ?

  1. IOC

  2. Container

  3. AOP

  4. MVC Framework

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

The Spring Container (specifically the ApplicationContext or BeanFactory) is responsible for managing the life cycle and configuration of application objects (beans). IoC (Inversion of Control) is the underlying design pattern, not the concrete framework feature.