In this tutorial, we will learn the basic concept of Inversion of control and Dependency Injection.
The core of the spring framework is based on the IOC principle. IOC and DI are closely related concepts. They describe the different aspects of how the spring manages the objects and their interaction. Let's look into each concept.
Inversion of Control(IOC)
IOC is a design principle where the control...
Showing posts with label spring-6. Show all posts
Showing posts with label spring-6. Show all posts