InterviewSolution
Saved Bookmarks
| 1. |
What Is Servlet Mapping? |
|
Answer» The servlet mapping DEFINES an association between a URL pattern and a servlet. The mapping is used to MAP requests to servlets. The servlet mapping defines an association between a URL pattern and a servlet. The mapping is used to map requests to servlets. |
|