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 features are in servlet 3?
What is a servlet context object?
How to make sure a servlet is loaded at the application startup?
How can a servlet be used to generate plain text instead of html?
What are the functions of an intercepting filter?
What is a servlet?
Explain web application directory arrangement?
How does Cookies work in Servlets?
Which exception is thrown if the servlet is not initialized properly?
What are life cycle methods of a servlet?
When Servlet is unloaded?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
List out the difference between ServletConfig and ServletContext?
How do you design microservices?
What is servlet name in web xml?