Spring Flashcards
1
Q
What is Dependency Injection
A
In Spring frameowork, Dependency Injection (DI) design pattern is used to define the object dependencies between each other. It exits in two major types :
Setter Injection
Constructor Injection