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
How do I support both get and post from the same servlet?
How do you run a servlet?
What's the servlet interface?
What are the life cycle methods of the servlet?
What is the difference between Servlets and Applets?
What is cookies in servlet with example?
What are sessions in servlets?
Is it good idea to create servlet constructor?
Is servlet thread safe?
What is called Scriptlet?
Difference between forward() method and sendredirect() method ?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What are the steps that are involved in using the httpservlet class?
What is the inter-servlet communication?
What is a servlet?