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
What is getservletcontext?
explain the advantages of servlet life cycle?
What is servlet instance?
What do you mean by mime type?
Is servlet a server side scripting language?
What is cgi?
How to find whether a parameter exists in the request object?
Why do we need a constructor in a servlet if we use the init method?
Difference between httpservlet and generic servlets?
What are the servlet events?
What is a server side include (ssi)
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is preinitialization of a servlet?
Explain the methods of request dispatcher in servlet?
What is the use of httpservletrequestwrapper?