Servlet Chaining? How do you do the Filtering in Servlets?
Answer Posted / pinkal
Servlet chaining is a technique in which two or more
servlets can cooperate in servicing a single request.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the type of protocols used in httpservlet?
What are all the protocols supported by httpservlet?
Why jsp is better than servlet?
When Servlet is unloaded?
How a servlet is unloaded?
What are the new features added to servlet 2.5?
Name the packages that work with servlet?
Why is http protocol called as a stateless protocol?
Which http method is said to be non-idempotent and idempotent?
What is the need of session tracking in web application?
What is the difference between servlet and jsp?
Describe in brief RequestDespatcher?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What do you mean by annotations in servlet?
what is servlet chaining?