Explain Servlet Chaining ?

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


Please Help Members By Posting Answers For Below Questions

What are the mechanisms used by a servlet container for maintaining session information?

577


Why HttpServlet class is declared abstract?

656


How a servlet is unloaded?

597


What are the jobs performed by servlets?

593


What are the functions of the servlet container?

1045






Should I override the service() method?

675


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

585


What is the use of java servlet api?

608


What are the drawbacks of cgi?

578


What is api in servlet?

532


Why do we use sendredirect() method?

558


Write a servlet to upload file on server.

611


What is difference between jsp and servlet?

652


What mechanisms are used by a Servlet Container to maintain session information?

674


Explain the difference between a web server and a web container?

524