____ is a class that accepts incoming requests and routes them to the appropriate resources such as controllers, models, and views

36. ____ is a class that accepts incoming requests and routes them to the appropriate resources such as controllers, models, and views.

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

Answer: A) DispatcherServlet

Explanation:

DispatcherServlet is a class that accepts incoming requests and routes them to the appropriate resources such as controllers, models, and views.

Comments and Discussions!

Load comments ↻






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