Servlet Chaining? How do you do the Filtering in Servlets?
Answer Posted / manasa
More than one servlet involved in processing a request is
known as "servlet-chaining"
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is servlet mapping?
If servlet receives multiple requests, how many objects will it create?
What is the difference between sendredirect() and forward() in a servlet?
What is war file?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is the advantage of Servlets when compared with other server side technologies?
The code in a finally clause will never fail to execute, right?
What is the difference between genericservlet and httpservlet
What are the different methods involved in generic servlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Why servlet is used as controller ? Not JSP? I want complete explation?
What are the difference between RMI and Servlets?
Why servlet is faster than jsp?
What are the ways to handle multi-threading in servlets?