Answer Posted / shakir khan
servlet Context is an object that contain a servlet view of
the web application with in which the servlet is
running.Using the context,a servlet can log events obtain
url references to resources and get and store attributes
that other servlets in the context can use
| Is This Answer Correct ? | 23 Yes | 10 No |
Post New Answer View All Answers
What’s the use of the servlet wrapper classes??
What are all the ways for session tracking?
What are session variable in servlets?
What is the structure of the http response
What is servlet and its types?
What are the disadvantages of storing session state in cookies?
Difference between GET and POST?
How to handle exceptions thrown by application with another servlet?
What are the life cycle methods of the servlet?
Given the request path below, which are context path, servlet path and path info?
Explain request dispatcher and its methods.
How can you push data from an Applet to a Servlet?
Why is servlet used?
What is session tracking?
What is the use of servletconfig interface?