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 are the steps involved in placing a servlet within a package?
What are the difference between session and cookies in servlet? Explain
What is the difference in between the httpservlet and generic servlet?
Write a program to show the functionality of doget and dopost method?
How to notify an object in session when session is invalidated or timed-out?
What is the major difference between context parameter and context attribute?
How can you start a jta transaction from a servlet deployed on jboss?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Write a servlet to upload file on server.
Explain in brief the directory structure of a web application?
What is dispatcher servlet?
What are the differences between forward() method and sendredirect() methods?
What is meant by a servlet?
What are the life cycle methods of a servlet?
Elucidate servlet attributes and its scope?