Java Servlet Programming Question:
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.
Previous Question | Next Question |
What is Java Servlet session? | What is servlet context ? |