What is inversion of control (ioc)?



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

Post New Answer

More Spring Framework Interview Questions

What is dao and dto in spring?

1 Answers  


What is the life cycle of a bean in spring?

1 Answers  


What is contextloaderlistener in spring?

1 Answers  


What is spring batch example?

1 Answers  


Are spring beans stateless?

1 Answers  


What is @modelattribute annotation in spring?

1 Answers  


What is entity type mean?

1 Answers  


How does dependency injection work and why would you need it?

1 Answers  


Why dependency injection is required?

1 Answers  


What is spring boot jpa? : Spring Boot

1 Answers  


What is difference between @component and @controller?

1 Answers  


Is spring a container?

1 Answers  


Categories