Computer Science, asked by Nisha8296, 11 months ago

What is difference between beanfactory and applicationcontext in spring framework?

Answers

Answered by vipulraj615
0
BeanFactory is the basic container whereas ApplicationContext is the advanced container. ApplicationContext extends the BeanFactory interface. ApplicationContext provides more facilities than BeanFactory such as integration with spring AOP, message resource handling for i18n etc.
Similar questions