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
Can filter be used as request or response?
What are the advantages of cookies?
What is a java servlet?
What is cgi?
What is a web container and what is its responsibility?
Why is httpservlet declared abstract?
What is the difference between using getSession(true) and getSession(false) methods?
What is the purpose of inter-servlet communication?
Explain how does JSP handle run-time exceptions?
Explain the custom jsp tags and the beans.
How many servlet objects are created?
Explain get and post.
What is the GenericServlet class?
What are all the protocols supported by httpservlet?
Name the packages that work with servlet?