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 capacity the doget can send to the server?
What is the dispatcher servlet?
What is the major difference between servlet and applet?
What is servlet instance?
Explain url encoding?
What is servlet in simple terms?
What are the different methods involved in the process of session management in servlets?
What is the difference between the servlets and cgi programs?
What do you mean by httpservlet and how it is different from the genericservlet?
What are the differences between servlet context vs servlet config?
Explain the servlet context.
What does the term localization refer to?
What is ServletContext object?
Define servlet mapping?
Why do we use sendredirect() method?