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


Please Help Members By Posting Answers For Below Questions

What is the default http method in the servlet?

766


What is the directory structure of web application?

526


Which httpsession object is used to view and manipulate information about a session?

729


What are the jobs performed by servlets?

583


Why servlet is used as controller ? Not JSP? I want complete explation?

654






Explain the jar and war files in servlet?

555


Which http method is said to be non-idempotent and idempotent?

604


What are the different ways we can maintain state between requests?

573


What is cookie? Why is cookie used?

580


What is httpservlet class?

540


When to use doget() and when dopost()?

627


What does the term localization refer to?

582


What are the supporting protocol by HttpServlet ?

654


What do you mean by cgi and what are its drawbacks?

528


how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file

2083