Home »
MCQs »
Spring MCQs
____ 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.
- DispatcherServlet
- Servlet
- ServletContext
- 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.