explain filters in java?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What do you mean by singlethreadmodel interface?
Explain the difference between generic servlet and http servlet?
What are all the ways for session tracking?
Explain in detail about applet to servlet communication?
What are the types of servlet?
which method in doGet or doPost is use to send binary date to server
How to find whether a parameter exists in the request object?
Explain request dispatcher and its methods.
give the syntax of doGet() and doPost()?
Which java framework is most popular?
What is the directory structure of web application?
Which java application server is the best?