Multiple choice technology web technology

Identify which DI Spring supports

  1. Setter Injection

  2. Method Injection

  3. Constructor injection

  4. Interface Injection

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

Spring primarily supports Setter Injection and Constructor Injection as its main dependency injection mechanisms.