Multiple choice technology web technology

Loose coupling is achieved in Spring using _________ ?

  1. AOP

  2. IOC

  3. Container

  4. MVC Framework

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

Loose coupling in Spring is achieved through Inversion of Control (IoC). The IoC container manages object creation and dependency injection, allowing objects to remain decoupled from their dependencies. AOP handles cross-cutting concerns. Container is the mechanism, not the principle. MVC is for web layer.