JSP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 685 Page Views: 

What is servlet mapping?



Posted By: Avi Date: 9 November 2010 09:50:56 AM
 Answer:

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


Posted By: avibtech


Date: 9 November 2010 09:50:56 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 6uYZrq
Related Questions
JSP : What is the difference between ServletContext and ServletConfig?

What is the difference between ServletContext and ServletConfig?

The ServletContext gives information about the container, provides information to servlets regarding....
Category: JSP Date: 11/3/2010 5:10:57 AM
JSP : What is use of parseQueryString?

What is use of parseQueryString?

It parses a query string and builds a Hashtable of key-value pairs, where the values are arrays of s....
Category: JSP Date: 11/3/2010 3:21:58 AM
JSP : What is servlet exception?

What is servlet exception?

It indicates that there is an exception occurred in the servlet.
Category: JSP Date: 11/3/2010 3:20:59 AM
JSP : How do you pass an init parameter to a JSP?

How do you pass an init parameter to a JSP?

By configuring the DD for passing init parameter to a JSP and that as follows. <servlet> ....
Category: JSP Date: 11/3/2010 2:48:58 AM
JSP : What the code that pass an InitParameter to a JSP?

What the code that pass an InitParameter to a JSP?

<%@ page import="java.util.*" %>
Category: JSP Date: 11/3/2010 12:59:00 AM