Explain Servlet Chaining ?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various ways of session supervision in servlets?

525


When Servlet is unloaded?

628


How can we create deadlock situation in servlet?

852


Explain the differences between jsp and servlet.

545


How the typical servlet code look like ?

636






Why the container loads server at the application startup and how?

582


What do you mean by httpservlet?

564


Explain the difference between servletconfig and servletcontext in servlet?

574


How do we call one servlet from another servlet?

592


List out difference between a JavaBean from a Servlet?

566


What are the exceptions thrown by servlets? Why?

625


What methods do you use in servlet - applet communication?

584


Write the code to get the server information in servlet.

573


What is load-on-startup in servlet?

586


Difference between GET and POST?

713