Computer Science, asked by denish3093, 10 months ago

Where do you define DispatcherServlet?

Answers

Answered by delall4595
0

DispatcherServlet acts as front controller for Spring based web applications. It provides a mechanism for request processing where actual work is performed by configurable, delegate components. ... A web application can define any number of DispatcherServlet instances. I hope this answers your question.

Similar questions