Explain Servlet Chaining ?

Answers were Sorted based on User's Feedback



Explain Servlet Chaining ?..

Answer / guest

servlet chaining is a technique in which two or more
servlets can cooperate in servicing a single request.
in servlet chaining,one servlet's output is piped to the
next servlet's input.This process continues until the last
servlet is reached.It's output is then sent back to the
client.

Is This Answer Correct ?    18 Yes 0 No

Explain Servlet Chaining ?..

Answer / 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

More Servlets Interview Questions

What are the functions of the servlet container?

0 Answers  


Explain the methods in Generic and HTTP Servlets?

2 Answers  


Explain the architechure of a servlet?

0 Answers  


where the session data will stored?

4 Answers  


What are the type of protocols used in httpservlet?

0 Answers  






What are the steps that are required to handle the multi-threading?

0 Answers  


Difference Between Web Server and Application server ??

4 Answers   PWC,


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

0 Answers  


how JSP can extend servlet or interface ...?

3 Answers   IBM,


when the several requests comes to server..how it manage the requests

4 Answers   iGate,


How to pass a requrest object of one servlet as a request object to another servlet?

4 Answers   Verizon,


What is the difference between an applet and a servlet?

15 Answers   GCEW, Miracle Solutions,


Categories