What are the types of dependency injection supported by spring?
Answer / Gyan Singh
Spring supports three types of Dependency Injection: Constructor Injection, Setter Injection, and Field Injection.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is root war?
In how many ways can dependency injection be done?
What is a dto in spring?
What do you mean by spring beans? What does bean scopes spring support? Explain each.
Is spring mvc a design pattern?
What is meta annotation?
What are the different types of autoproxying?
Tell us about spring security.
How would you relate spring mvc framework to mvc architecture?
Does spring framework support all joinpoints?
What is entitymanagerfactory?
What is difference between @controller and @restcontroller in spring boot? : Spring Boot