Describe dispatcherservlet.
Answer / Yash Chaturvedi
DispatcherServlet is the entry point for a Spring web application. It dispatches requests to Handler Mappings and processes the responses from Handlers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is spring an open source?
What is a resource in spring?
What is difference between spring and hibernate?
What is ioc and di?
What is join point in spring?
What is mvc in java spring?
What is the use of @qualifier annotation?
What is difference between @controller and @restcontroller in spring?
What is @configuration in spring?
What is a spring configuration file?
Can we send an object as a response to the controller’s handler method?
Explain bean in spring and list the different scopes of spring bean?