Multiple Choice
How many ServletContext objects are available for an entire web application?
A) One each per servlet
B) One each per request
C) One each per response
D) Only one
Correct Answer:

Verified
Correct Answer:
Verified
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
Q8: Servlet mapping defines<br>A)an association between a URL
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
Q14: "request" is instance of which one of