Tag: What is called Spring MVC?
A Spring MVC is a single shared controller instance and it is used to handle request type controllers, interceptors that run in the IoC container. It also allows multiple Dispatcher Servlets which can share the application context interface but not the class-based interface.