InterviewSolution
Saved Bookmarks
| 1. |
What is DispatcherServlet in Spring MVC? In other words, can you explain the Spring MVC architecture? |
|
Answer» Spring MVC framework is built around a central servlet CALLED DispatcherServlet that handles all the HTTP requests and responses. The DispatcherServlet does a lot more than that:
|
|