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

Can we override destroy method in servlet?

519


What are different ways for servlet authentication?

575


What is the difference between jsp and servlet life cycle?

707


How to rectify errors in java servlet while compilation?

533


How to make sure a servlet is loaded at the application startup?

564






What is dispatcher servlet?

566


What are the features added in Servlet 2.5?

781


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

587


Explain session tracking and its importance?

556


What is preinitialization of a servlet?

595


Difference between GET and POST?

720


What do you mean by session tracking?

679


What is Client-Server Computing?

1907


How can the session in servlet can be destroyed?

726


How servlet is created?

553