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 do you mean by web applications?
How can we achieve transport layer security for our web application?
Explain the difference between jsp and servlet?
Can you create a deadlock condition on a servlet?
What do you mean by session tracking and also explain its techniques?
What is cookie in servlet?
What is a generic servlet?
What are life cycle methods of a servlet?
What is httpservlet class?
Explain the difference between a web server and a web container?
What is MIME Type?
What is pure servlet?
How many servlet objects are created?
What is a servlet engine?
What are the differences between forward() method and sendredirect() methods?