Servlet Chaining? How do you do the Filtering in Servlets?
Answer Posted / gnani
sevlet chaining is nothing but
multiple servlets involved in a processing single request is
known as servlet chaining
Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is preinitialization of a servlet?
Is java servlet still used?
What is difference between jsp and servlet?
What are different Authentication options available in Servlets.
What is the difference between sendredirect() and forward() in a servlet?
What is the use of httpservletrequestwrapper?
What is Request Dispatcher?
What is the major difference between servlet and applet?
Whether thread can be used in servlets?
How to get the IP address of client in servlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
How to find whether a parameter exists in the request object?
What are the types of an http request?
How printwriter is different from servletoutputstream?
Why are servlets used?