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 do we call one servlet from another servlet?
Is servlet a framework?
How to create war file?
What is servlet and its use?
request parameter how to find whether a parameter exists in the request object?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
If some new data has entered the database, explain how can a servlet refresh automatically?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
How can I send user authentication information while making URL Connection?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
How printwriter is different from servletoutputstream?
What is the functionality of actionservlet and requestprocessor?
Explain url encoding in servlet?
Explain jsessionid and when is it created?
What is the difference in between the httpservlet and generic servlet?