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
How can I send user authentication information while making URL Connection?
What if you need to span your transaction across multiple servlet invocations?
explain the advantages of servlet life cycle?
What is called servlet mapping?
Explain the jar and war files in servlet?
What is servlet container. how it works?
How to commuincate between an applet and a servlet?
Is servlet synchronized?
What are the functions of an intercepting filter?
What's the advantages using servlets than using cgi?
Write the code to get the server information in servlet.
What is servlet in simple terms?
Is tomcat a servlet container?
What are Servlets?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?