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’s the difference between sendredirect and forward methods

0 Answers  


What is Generic Servlet and how it is different from Http Servlet?

5 Answers   Wipro,


Define context initialization parameters.

0 Answers  


What is dispatcher servlet?

0 Answers  


Can you refresh servlet in client and server-side automatically?

0 Answers  


Can we use the constructor, instead of init(), to initialize servlet?

0 Answers  


what is meant by Transaction Isolation Levels?

2 Answers   IBM,


Which is the methods of generated servlet?

0 Answers  


What is servlet exception?

6 Answers   EDS, Spa IT Solutions,


How can you push data from an Applet to a Servlet?

0 Answers  


Why are servlets used?

0 Answers  


What are the different methods involved in the process of session management in servlets?

0 Answers  


Categories