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
Explain the servlet filter.
What is Request Dispatcher?
Explain servlet events?
Which event is fired at the time of project deployment and undeployment?
How do we translate jsp?
How to get the actual path of servlet in server?
What is http servlet? Explain with the help of an example.
Define declaration.
What is the use of java servlet api?
How can we invoke another servlet in a different application?
request parameter how to find whether a parameter exists in the request object?
How servlet is created?
How to get the server information in a servlet?
What is the use of attribute in servlets?
What are the functions of the servlet container?