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 is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
How do you sort a string in java?
What is the final access modifier in java?
What is the difference between class & structure?
Can you extend main method in java?
What is the difference between dom and sax parser in java?
Why we use protected in java?
What is function declaration?
What are reference variables in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
How can we achieve thread safety in java?
How do you write a scanner class in java?
What is linked hashmap and its features?
How do you classify Dialog Box?
Why does java not support operator overloading?