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
How do I know if java is running on linux?
How does tomcat servlet container work?
Why do we have servlet listeners?
Why the container loads server at the application startup and how?
Why do we need servlet filter?
What is session tracking?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What are the functions of Servlet container?
What is cookies in servlet with example?
Why do you use session tracking in httpservlet?
What is the web server used for running the Servlets?
What is cookie? Why is cookie used?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is servlet attributes and their scope?
What is the use of request dispatcher interface?