Multiple choice technology web technology

Inversion of control id also known as

  1. Interface Injection

  2. Setter Injection

  3. Constructoir Injection

  4. Constructor Arguments

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

Inversion of Control/Dependency Injection in Spring can be implemented through three main types: Interface Injection (where dependencies are injected through interfaces), Setter Injection (through setter methods), and Constructor Injection (through constructor parameters).