Describe dispatcherservlet.



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

Post New Answer

More Spring Framework Interview Questions

Is spring an open source?

1 Answers  


What is a resource in spring?

1 Answers  


What is difference between spring and hibernate?

1 Answers  


What is ioc and di?

1 Answers  


What is join point in spring?

1 Answers  


What is mvc in java spring?

1 Answers  


What is the use of @qualifier annotation?

1 Answers  


What is difference between @controller and @restcontroller in spring?

0 Answers  


What is @configuration in spring?

1 Answers  


What is a spring configuration file?

1 Answers  


Can we send an object as a response to the controller’s handler method?

1 Answers  


Explain bean in spring and list the different scopes of spring bean?

1 Answers  


Categories