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 is a web container and what is its responsibility?
What are the functions of Servlet container?
What is the directory structure of a war file?
What is servlet collaboration?
What mechanisms are used by a Servlet Container to maintain session information?
Which java application server is the best?
What are the difference between session and cookies in servlet? Explain
How do you get the ip address of the client in servlet?
Why is Servlet so popular?
What is cgi?
What is called servlet container?
What is the procedure for initializing a servlet?
Can we refresh servlet in client and server side automatically?
What do you mean by session tracking?
What is the major difference between servlet and applet?