What is difference between ioc and dependency injection?
Answer / Aman Parihar
Inversion of Control (IoC) is a design principle in software engineering that allows the control flow to be managed by an external source rather than within the code itself. Dependency Injection is a specific implementation of IoC, where dependencies are provided externally to objects that require them.
| Is This Answer Correct ? | 0 Yes | 0 No |
What namedparameterjdbctemplate in spring?
What is the default autowiring mode?
What is joinpoint?
What is lazy connection?
What is difference between java and spring?
What is the latest spring version?
What is @controller in spring boot? : Spring Boot
What is the use of listener?
What is a spring mvc?
What is meant by dao? : Spring Boot
What is session scope in spring?
How do you secure an api?