Multiple Choice
Servlet mapping defines
A) an association between a URL pattern and a servlet
B) an association between a URL pattern and a request page
C) an association between a URL pattern and a response page
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q3: "out" is implicit object of which class?<br>A)javax.servlet.jsp.PrintWriter<br>B)javax.servlet.jsp.SessionWriter<br>C)javax.servlet.jsp.SessionPrinter<br>D)javax.servlet.jsp.JspWriter
Q4: _jspService() method of HttpJspPage class should not
Q5: Which method is used to specify before
Q6: Which page directive should be used in
Q7: Which of the following action variable is
Q9: How many ServletContext objects are available for
Q10: Which attribute uniquely identification element?<br>A)ID<br>B)Class<br>C)Name<br>D)Scope
Q11: Application is instance of which class?<br>A)javax.servlet.Application<br>B)javax.servlet.HttpContext<br>C)javax.servlet.Context<br>D)javax.servlet.ServletContext
Q12: Which of the following is true about
Q13: Which tag should be used to pass