Spring IoC container types
Spring IoC container is responsible for create, wire, configure and manage objects during their complete life cycle. It uses configuration metadata for create, configure and manage objects. Configuration metadata can be represented by spring configuration xml file or annotations. Types of Spring IoC container: 1. BeanFactory 2. ApplicationContext BeanFactory: BeanFactory org.springframework.beans.factory.BeanFactory is the interface and … Read more