Answer Posted / santhos
Servlet Context is a runtime environment whoch is used for
Servlet Communication.
Servlet COmmunications are three types.
..through...
1. Context Parameters
2. Servlet Context
3. HTTP Session
Through Servlet Context, servlets can communicate. Any
servlet can set attributes to the servlet conext and thy
can be read by any servlet.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What's the servlet interface?
What is the use of servlet context?
What is the difference between the http servlet and generic servlet?
Can we refresh servlet in client and server side automatically?
What is the difference between the include() and forward() methods?
How can we invoke another servlet in a different application?
Can you create a deadlock condition on a servlet?
What is the life-cycle of servlets?
When to use doget() and when dopost()?
How the typical servlet code look like ?
What is the use of httpservletrequestwrapper?
request parameter how to find whether a parameter exists in the request object?
Explain session tracking and its importance?
How do I know if java is running on linux?
How do I support both get and post from the same servlet?