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
Write all the phases defined in servlet life cycle?
What is the difference between genericservlet and httpservlet
What's the use of servletcontext?
What is the
What is the purpose of requestdispatcher interface?
What is a deployment descriptor?
How to generate the server side programming and the advantages of it over the other languages?
What is a servlet context?
Is servlet thread safe?
What is ServletConfig object?
What is the inter-servlet communication?
Explain the servlet filter.
Explain jsessionid and when is it created?
What is servlet and its types?
How are filters?