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 difference between jsp and servlet?
If some new data has entered the database, explain how can a servlet refresh automatically?
When to use doget() and when dopost()?
What is servlet looping or chaining?
How to commuincate between an applet and a servlet?
How servlets are deployed in java?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What do you understand by mime type?
How is the get () method different from the post() method?
What are life cycle methods of a servlet?
Is it possible to have a constructor inside the servlet?
What is the purpose of requestdispatcher interface?
What is the difference between get and post methods?
Can we override destroy method in servlet?
What are the phases of the servlet life cycle?