What is the meaning of ioc in spring?



What is the meaning of ioc in spring?..

Answer / Sahil Chaudhary

In Spring, IOC (Inversion of Control) refers to a design principle where instead of creating objects and managing their dependencies manually, the framework takes control of object creation and dependency injection.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

How does spring proxy work?

1 Answers  


What are the features/ characteristics of spring?

1 Answers  


Why is lazy initialized?

1 Answers  


What is spring boot in microservices? : Spring Boot

1 Answers  


What do you mean by bean autowiring in spring?

1 Answers  


What is oauth token?

1 Answers  


What is dao in spring?

1 Answers  


What is meant by application context in spring?

1 Answers  


Why dependency injection is required?

1 Answers  


Explain the front controller class of spring mvc.

1 Answers  


What does spring transactional annotation do?

1 Answers  


What are the benefits of spring boot? : Spring Boot

1 Answers  


Categories