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
Why doesn’t a servlet include main()?
How can we perform any action at the time of deploying the project?
What is URL Encoding?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is the advantage of Servlets when compared with other server side technologies?
What are the types of servlet?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What methodology can be followed to store more number of objects in a remote server?
What are the different methods involved in generic servlet?
What are the objects involved when a servlet receives a call from client?
What is difference between get and post method?
What are the life cycle methods of a servlet?
If a servlet is not properly initialized, what exception may be thrown?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is called servlet mapping?