1.

What Do You Understand By Servlet Mapping?

Answer»

SERVLET mapping defines an ASSOCIATION between a URL pattern and a servlet. You can use ONE servlet to process a number of url pattern (request pattern). For EXAMPLE in case of STRUTS *.do url patterns are processed by Struts Controller Servlet.

Servlet mapping defines an association between a URL pattern and a servlet. You can use one servlet to process a number of url pattern (request pattern). For example in case of Struts *.do url patterns are processed by Struts Controller Servlet.



Discussion

No Comment Found