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
What are Servlets?
How to get the current httpsession object?
Is java servlet still used?
What are the drawbacks of cgi?
How can we perform any action at the time of deploying the project?
What is Servlet API used for connecting database?
Where do you define dispatcherservlet?
What is the difference between CGI and Servlet?
Why is a constructor needed in a servlet even if we use the init method?
What are the key methods that are involved in processing of http servlets?
What is the servlet?
Explain the jar and war files in servlet?
What is servlet and its use?
What are the different methods involved in generic servlet?
What is the need of servlet filters?