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
Which application server is best for java?
Why the container loads server at the application startup and how?
Explain the features are in servlet 3?
What is meant by Servlet? What are the parameters of service method?
Can we override destroy method in servlet?
How to make sure a servlet is loaded at the application startup?
Why do we have servlet filters?
How can you push data from an Applet to a Servlet?
What's the architecture of a servlet package?
How many servlet objects are created?
If a servlet is not properly initialized, what exception may be thrown?
Define servlet mapping?
What are the features added in Servlet 2.5?
What is difference between GenericServlet and HttpServlet?
What is the use of servletconfig interface?