IOC Container

Spring framework comes up with its own container whose job is to manage the beans life cycle, associate the dependent beans together (which is called wiring). The container in spring is provided in the form of interfaces namely 1) BeanFactory 2) ApplicationContext These 2 interfaces provided by spring acts as Containers, we can use any […]

Share this article on