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
Explain in brief the directory structure of a web application?
what is multiple server?
What is the procedure of invoking different servlet in a different application?
explain the advantages of servlet life cycle?
What is the difference between the http servlet and generic servlet?
What is preinitialization of a servlet?
Explain the servlet context.
Which interface must be implemented by all servlets?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What are the various ways of session supervision in servlets?
What mechanisms are used by a Servlet Container to maintain session information?
Define the servlet mapping.
What’s the difference between sendredirect and forward methods
What is called Scriptlet?
How httpservlet is different from the genericservlet?