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
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is servlet in tomcat?
What is servlet mapping?
What are the functions of an intercepting filter?
What is a web container and what is its responsibility?
What are the jobs performed by servlets?
Define context initialization parameters.
Can we fetch the attributes related to a servlet on a different servlet?
What is the use of servlet wrapper classes?
How is a servlet implemented in code?
What is httpservlet class?
Whether we can get deadlock situation in servlets?
Which is better jsp or servlet?
What is the servletconfig object?
Can we override servlet service method?