DEVFYI - Developer Resource - FYI

What is servlet mapping?

Servlet Interview Questions and Answers


(Continued from previous question...)

18. What is servlet mapping?

The servlet mapping defines an association between a URL pattern and a servlet. The mapping is used to map requests to servlets.

(Continued on next question...)

Other Interview Questions