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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly