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
What is the use of httpservletrequestwrapper?
Explain in brief the directory structure of a web application?
Can we use threads in Servlets?
What exactly are the functions of servlet?
explain the advantages of servlet life cycle?
What are the common methods that are included in the http servlet class?
What's the architecture of a servlet package?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is the use of java servlet api?
Explain the custom jsp tags and the beans.
Why do you use session tracking in httpservlet?
Which exception is thrown if the servlet is not initialized properly?
How can an existing session be invalidated?
How forward () method is different from send redirect () method?
What are the different methods involved in generic servlet?