Answer Posted / keshav
servlet chaining is also called as servlet to servlet communication. we apply chaining in following two ways.
1.when we devide one servlet logic into multiple servlets.
2.when we want to include one servlet response into another servlet.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to get the path of servlet in the server?
Can we use threads in Servlets?
What are common tasks performed by Servlet Container?
What is servlet api used for conneting database?
How the typical servlet code look like ?
How can we perform any action at the time of deploying the project?
What is servlet container?
What is the life cycle of a servlet?
What are the differences between the servletconfig interface and the servletcontext interface?
Why is http protocol called as a stateless protocol?
How a servlet is unloaded?
How to find whether a parameter exists in the request object?
What do you mean by the servlet chaining?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What is the functionality of actionservlet and requestprocessor?