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 are important features of Servlet 3?
Difference between httpservlet and generic servlets?
What is a web container and what is its responsibility?
What is the difference between Difference between doGet() and doPost()?
Given the request path below, which are context path, servlet path and path info?
What is pure servlet?
Is it good idea to create servlet constructor?
What is the use of attribute in servlets?
What is difference between get and post method?
What is the use of httpservletresponsewrapper?
Can you refresh servlet in client and server-side automatically?
What is session?
What is SingleThreadModel interface?
Servlet is pure java object or not?
Which http method is said to be non-idempotent and idempotent?