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 filters in java?

Answer Posted / suresh royal

Filter is a special web resource program that is capable of
trapping the request and taking the response of other web
resource programs.

Filter is a interface .

A servlet program which is implemented javax.servlet.Filter
interface is called "Servlet Filter"

Filter having three methods..
==================================
init(FilterConfig fg)
DoFilter(SReq req ,Sres res,FilterChain fc)
destroy()

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some life cycle methods of a servlet.

1110


What is the use of servlet wrapper classes?

1236


What are the uses of servlet and what is servlet chaining?

1147


Name the packages that work with servlet?

1058


What is difference between GenericServlet and HttpServlet?

1277


How servlets are deployed in java?

1071


What is the use of httpservletrequestwrapper?

1145


How can you use a servlet to generate a plain text instead of html?

1179


What are all the protocols supported by httpservlet?

1352


Explain their methods? Tell me their parameter names also have you used threads in servlet?

1094


What are the life-cycle methods for a servlet?

1047


How do you get the ip address of the client in servlet?

1061


Tell us something about servletcontext interface.

1142


What is Servlets and explain the advantages of Servlet life cycle?

1168


What are the mechanisms used by a servlet container for maintaining session information?

1080