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...

what is servlet filter?

Answer Posted / dileep

In http servlet contains doget,dopost methods etc and it
takes two parameters only namely as
HttpServletRequest,HttpServletResponse and in Filter
concept contain one method has doFilter method .it takes 3
parameters namely as
HttpServletRequest,HttpServletResponse,FilterChain.the
Filter chain is use to convert one filter to another filter
Filters are mainly used for filtering the components and we
can do any modifications using Filters.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use string handling in Java?

1076


What is application tier?

1182


What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?

1176


How do you remove spaces in java?

1086


Why do we use bufferedreader?

1055


What is structure of java heap? What is perm gen space in heap?

1187


What are green threads in java?

1056


State the main difference between c++ and java?

1142


Can you sort a string in java?

975


What are java packages?

1089


Why string is immutable with example?

1036


what do you understand by the term string with respect to java?

1102


What is the range of a character variable?

1045


How do you include a string in java?

1058


What do heavy weight components mean in java programming?

1000