InterviewSolution
Saved Bookmarks
| 1. |
What is a DispatcherServlet? |
|
Answer» The Spring Web MVC framework is designed around a DispatcherServlet that handles all the HTTP requests and responses. |
|