What is the difference between beanfactory and applicationcontext in spring?
Answer / Abhishek Pathak
BeanFactory is a basic container that provides dependency injection capabilities and can load beans defined in XML configuration files. ApplicationContext, on the other hand, extends BeanFactory by providing additional features such as support for internationalization messages, event publishing and listening, and autowired annotations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of ioc container in spring?
What are the minimum settings to create a spring mvc application?
What is spring responseentity?
What do you mean by configuration annotation in spring?
What is application context in spring mvc?
What are the different types of object relational mapping that spring supports?
What are beans in java spring?
What does @component do in spring boot? : Spring Boot
What is the latest spring version?
How many modules are there in spring framework and what are they?
Are singleton beans thread-safe?
How do you call the multiple lifecycle mechanisms configured for the same bean?