What do you understand as dependency injection (di)?
Answer / Harshita Gupta
Dependency Injection is a design pattern in software engineering where one object receives other objects that it depends upon, instead of creating them itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is spring boot devtools? : Spring Boot
Does spring boot need web xml? : Spring Boot
How configuration metadata is provided to the spring container?
What does a spring bean definition contain?
What is difference between @autowired and @resource in spring?
Why should I use dependency injection?
What is aop in spring with example?
What is the function of annotation @responsebody?
How does spring mvc provide support for validation?
What does loosely coupled mean?
What is logback?
What is handler method in spring?