» Spring MVC Interview Questions 33) What is the front controller class of Spring MVC? The DispatcherServlet class works as the front controller in Spring MVC. More details... 34) What does @Controller annotation? The @Controller annotation marks the class as controller class. It is applied...