Answer Posted / srikanth
filters are used to preprocessing and postprocessing of
tasks like login,authorization,data compression,data
encoding etc
for this u need to override intit(),dofilter(),and destroy()
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Can filter be used as request or response?
What is meant by a servlet?
Describe the phases of servlet lifecycle?
Explain the difference between get and post method in servlet?
What is difference between server and servlet?
What do you mean by servlet context?
What are the advantages of Servlet over CGI?
Explain the features are in servlet 3?
Why do we have servlet wrapper classes?
What is the difference in between the httpservlet and generic servlet?
Which interface must be implemented by all servlets?
What is the directory structure of web application?
Which method of the httpservletrequest object is used?
Can we use the constructor, instead of init(), to initialize servlet?
What are the features added in Servlet 2.5?