InterviewSolution
Saved Bookmarks
| 1. |
What Is Called Spring Mvc? |
|
Answer» A Spring MVC is a single shared controller instance and it is used to handle request TYPE controllers, INTERCEPTORS which run in the IoC container. It also ALLOWS multiple Dispatcher Servlets which can share application CONTEXT interface but not class based interface. A Spring MVC is a single shared controller instance and it is used to handle request type controllers, interceptors which run in the IoC container. It also allows multiple Dispatcher Servlets which can share application context interface but not class based interface. |
|