Answer Posted / mahesh
The servlet context is an object that contains a servlet's
view of the Web application within which the servlet is
running. Using the context, a servlet can log events, obtain
URL references to resources, and set and store attributes
that other servlets in the context can use. (answer supplied
by Sun's tutorial).
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Why servlet is faster than jsp?
What is servlet? Explain
How can we achieve transport layer security for our web application?
What are different ways for authentication of servlet?
What is the difference between get and post methods?
What is Servlets and explain the advantages of Servlet life cycle?
Can you create a deadlock condition on a servlet?
How can I send user authentication information while making URL Connection?
What is a web container and what is its responsibility?
How can we perform any action at the time of deploying the project?
What do you mean by request dispatcher in servlet?
What are the kinds of http requests?
Why servlet is used as controller ? Not JSP? I want complete explation?
Is servlet synchronized?
What is a servlet-to-servlet communcation?