InterviewSolution
Saved Bookmarks
| 1. |
Explain The Core Container (application Context) Module? |
|
Answer» This is the basic Spring module, which PROVIDES the fundamental functionality of the Spring framework. BEANFACTORY is the heart of any spring-based APPLICATION. Spring framework was built on the top of this module, which MAKES the Spring container. This is the basic Spring module, which provides the fundamental functionality of the Spring framework. BeanFactory is the heart of any spring-based application. Spring framework was built on the top of this module, which makes the Spring container. |
|