What is inversion of control (ioc)?
Answer / Sunil Saini
Inversion of Control (IoC) is a design principle in software engineering that aims to remove hard-coded dependencies between objects, by allowing an external entity (e.g., container or framework) to manage the object lifecycle and provide the necessary dependencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is dao and dto in spring?
What is the life cycle of a bean in spring?
What is contextloaderlistener in spring?
What is spring batch example?
Are spring beans stateless?
What is @modelattribute annotation in spring?
What is entity type mean?
How does dependency injection work and why would you need it?
Why dependency injection is required?
What is spring boot jpa? : Spring Boot
What is difference between @component and @controller?
Is spring a container?