adspace


What is ioc container in spring?

Answer Posted / Shiv Gopal Mishra

In the Spring Framework, an Inversion of Control (IoC) container, also known as a dependency injection container, is a central component that manages the objects and their dependencies. It relieves developers from the burden of manually creating, configuring, and managing object dependencies.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lazy class?

490


What is difference between @controller and @restcontroller in spring?

556


How can you inject java collection in spring?

518