Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain Life cycle of Servlet Filter.

Answer Posted / sunita

filters life cycle:
The life cycle of a filter is managed by a container. Every
filter must implement the Filter interface. The life cycle
of a filter consists of implementing the following methods:

1. init(): This method is called only once after
instantiation to perform any initialization task.

2. doFilter(): This method is called after the init()
method. It takes three arguments, namely a ServletRequest, a
ServletResponse, and a FilterChain. It is called each time a
filter needs to perform any function. This method performs
the actual work of a filter, either modifying the request or
the response.

3. destroy(): This method is used to perform any cleanup
operation before the container removes a filter instance.

Is This Answer Correct ?    36 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is threadfactory?

1153


What is the relationship between the canvas class and the graphics class?

1076


Is there a guarantee of uniqueness for entity beans?

1059


How would you create a button with rounded edges?

1239


Can I run seam with jdk 1.4 and earlier?

1051


What is in-memory replication?

1131


What is the infobus?

1134


What are the different algorithms used for clustering?

1129


What is the difference between system.out ,system.err and system.in?

1161


Explain about local interfaces.

1118


Explain phantom read?

2279


In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?

2711


whats is mean by connectionpooling

2059


Do I have to use jsps with my application?

1067


What is a session? Can you share a session object between different theads?

1036