InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Beanfactory And Applicationcontext? |
|
Answer» 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. 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. |
|