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. |
|