Spring MVC – Interview question on ModelAndView and DispatcherServlet
In this articles, we will understand few tricky situation in Spring MVC i.e.; Returning null for ModelAndView object Configuring multiple DispatcherServlet in web.xml Case 1: Read More