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
What's the base class of all exception classes?
What is a layout manager and what are different types of layout managers available in java awt?
What is passed by reference and pass by value ?
What is the main difference between java platform and other platforms?
How to use Media tracker Class.
Why wait and notify methods are declared in object class?
What is main function purpose?
Is an object null?
Which number is denoted by leading 0x or 0x in java?
Can we have two methods in a class with the same name?
What is the java virtual machine?
What is internal variable?
What does three dots mean in java?
What does a za z0 9 mean?
what methods would you overwrite in java.lang.object class?