State the differences between applicationcontext and beanfactory in spring?
Answer / Shilpa Singh
ApplicationContext provides more features than BeanFactory, such as support for internationalization, event publishing, and loading of external XML resources. BeanFactory is a basic container that manages the lifecycle of beans.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is spring service layer?
What are the 4 types of springs?
How does spring boot handle security? : Spring Boot
Why should I use dependency injection?
Is ioc a design pattern?
What is ip pool range?
What is the meaning of stereotype annotations in spring?
What does transactional work mean?
Name the various modules used in spring framework?
What is orm in spring?
On what basis is a view chosen in the rendering phase?
What is cglib in spring?