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
How to read request headers from servlets?
Explain the working of service() method of a servlet.
What is difference between GenericServlet and HttpServlet?
Explain get and post.
Explain how does JSP handle run-time exceptions?
What do you mean by cgi?
What is the structure of the http response
What is difference between cookies and httpsession?
What's the difference between servlets and applets?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
How can you run a servlet program?
What is the default http method in the servlet?
Given the request path below, which are context path, servlet path and path info?
Explain the servlet filter.
What is a java servlet?