How does the ioc work?



How does the ioc work?..

Answer / Rabindra Kumar Singh

IOC (Inversion of Control) works by allowing an external container to manage the creation, configuration, and lifecycle of components instead of having each component create its own dependencies. This promotes loose coupling between components and makes it easier to maintain and test applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What are the different types of bean injections in spring?

1 Answers  


What is spring and why it is used?

1 Answers  


What do you understand by @required annotation?

1 Answers  


Why do we use aop in spring?

1 Answers  


What are the annotations used in spring mvc?

1 Answers  


What is spring autowiring?

1 Answers  


What is @enableautoconfiguration in spring boot? : Spring Boot

1 Answers  


What is difference struts and spring?

1 Answers  


What are the types of dependency injection?

1 Answers  


What is the front controller class of spring mvc?

1 Answers  


What is core module in spring?

1 Answers  


How does a spring house work?

1 Answers  


Categories