Servlet Chaining? How do you do the Filtering in Servlets?
Answer Posted / kishore m
Filters have the same name with the servlet name .in this
way we have to mention in deployment discripter i.e.web.xml
in application.In this filters are enabled by calling the
servlet.actually filters placed in b/w the client and
server.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is the difference in between the httpservlet and generic servlet?
What is java servlet session?
What is the need of servlet filters?
What is the difference between portlet and servlet?
What is the servletconfig object?
What is a web application and what is it’s directory structure?
What's the servlet interface?
Write a program to show the functionality of servlets.
What is war file?
What is a servlet context?
What is the difference between the include() and forward() methods?
How do I support both get and post from the same servlet?
What is ServletContext object?
What is servlet in simple terms?
Can we refresh servlet in client and server side automatically?