IOC Container
- 30th Dec 2015
- 8
- 88418
- difference between application context and bean factory Role of spring container what is spring container? what is spring IOC?
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 […]