Difference between a bean factory and an application context in Spring
This is most common interview question asked on spring framework. Differences between BeanFactory and ApplicationContext in Spring: BeanFactory is a light-weight container that is used to instantiate, configure, and manage…