Multiple choice technology web technology

Features of Spring ?

  1. Light Weight

  2. IOC

  3. Bean Factory

  4. AOP

  5. MVC Framework

Reveal answer Fill a bubble to check yourself
A,B,D,E Correct answer
Explanation

Spring Framework features include being lightweight, Inversion of Control (IoC) container, Aspect-Oriented Programming (AOP), and MVC Framework. Bean Factory is actually PART of Spring's IoC container, not a separate top-level feature - it's the implementation of IoC. The question marks Bean Factory as incorrect, which is accurate since it's included within IoC.