Home »
MCQs »
Spring MCQs
With Spring Web MVC, which class serves as the front controller?
37. With Spring Web MVC, which class serves as the front controller?
- DispatcherServlet
- Servlet
- ServletContext
- HandlerApapter
Answer: A) DispatcherServlet
Explanation:
The DispatcherServlet class serves as the front controller in Spring Web MVC.