Why application context is used in spring?
Answer / Priyanka Chnadra
Application Context in Spring provides a more comprehensive configuration and lifecycle management compared to the BeanFactory. It includes features like MessageSource, EventListener, and Internationalization support.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between entity and table?
Is spring a singleton component?
Why are spring beans singleton by default?
Explain annotation-based (@aspectj based) aspect implementation?
What are some of the design patterns used in the spring framework?
What is csrf in spring security?
Describe some return types of the controller method.
What is weaving in spring?
What is @springbootapplication?
How does ioc container work in spring?
How do you find the source of a spring?
What do you mean by spring beans? What does bean scopes spring support? Explain each.