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

how can we create object to a class in a jsp file?

5 Answers   Accenture, L&T, TCS,


What are the steps that are involved in using the httpservlet class?

0 Answers  


What is servlet configuration?

0 Answers  


i need connection pooling code.....from harpreet.your@gmail.com

1 Answers   IBM,


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?

0 Answers   IBM,






What is the difference between sendredirect() and forward() in a servlet?

0 Answers  


What are important features of Servlet 3?

0 Answers  


How to get the server information in a servlet?

0 Answers  


Explain url encoding?

0 Answers  


Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?

0 Answers  


What is war file?

0 Answers  


What is a web application and what is it’s directory structure?

0 Answers  


Categories