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 is servlet attributes and their scope?
Tell us something about servletconfig interface.
What are different ways for authentication of servlet?
Why is init() method is used in servlets?
what is multiple server?
What is servlet in web technology?
Why servlet is faster than jsp?
What is the importance of init() method in Servlet ?
Explain mvc pattern.
How to rectify errors in java servlet while compilation?
Define the life cycle of a servlets.
Whether we can get deadlock situation in servlets?
What is the use of servlet context?
What is cookies in servlet with example?
What are the life-cycle methods for a servlet?