Bean Factory Application Context
Bean Factory Application Context
The beans define their dependencies with the each other they work with hence it is known as IOC
(Inversion of Control). A good se example of IOC is the servlet container where the container instantiates a
servlet.
BeanFactory and ApplicationContext forms the base of the spring IOC container. The basic difference
between BeanFactory and ApplicationContext is: