What do you understand by dependency injection?
Answer / Daksh Pratap Singh
Dependency Injection is a design pattern that allows objects to be created with their dependencies provided from an external source, instead of creating them internally. This promotes loose coupling and improves modularity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which injection is better in spring?
What is meta annotation?
What is @controller in spring boot?
What is jprofiler used for?
What are the different features of the spring framework?
What is spring boot starter jdbc? : Spring Boot
What is oem odm?
What is a model in spring boot? : Spring Boot
Explain bean lifecycle in spring framework?
What is idref in spring?
What is the flow of spring boot? : Spring Boot
How can beans be made singleton or prototype?