Servlet Chaining? How do you do the Filtering in Servlets?

Answer Posted / nirmal yadav

in the sevlet chaining multiple servlets involved in a
processing single request i.e. the output one servlet is
passed as input to the next servlet in the chain ,the output
from the last servlet in the chain is returned to the
browser as response regarding the request

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of requestdispatcher interface?

616


How to find whether a parameter exists in the request object?

668


Explain the working of service() method of a servlet.

508


What are the differences between servlet context vs servlet config?

582


how many jsp scripting elements are there and what are those?

542






What is java servlet session?

533


Differentiate between get and post?

684


What are the functions of an intercepting filter?

490


Servlet is pure java object or not?

719


What do you mean by cgi and what are its drawbacks?

533


What is the default http method in the servlet?

766


What is servlet invoker?

602


What is meant by a web application

543


How httpservlet is different from the genericservlet?

568


What’s the difference between forward() and sendredirect() methods?

576