If you were asked in an interview: “What types of bean injection are there in Spring”. What would your answer be?
There are two types of bean injection in Spring: Setter-based dependency injection (DI) and Constructor-based dependency injection…
[Read more…]