With Spring Web MVC, which class serves as the front controller?

37. With Spring Web MVC, which class serves as the front controller?

  1. DispatcherServlet
  2. Servlet
  3. ServletContext
  4. HandlerApapter

Answer: A) DispatcherServlet

Explanation:

The DispatcherServlet class serves as the front controller in Spring Web MVC.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.