Answer Posted / 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 |
Post New Answer View All Answers
How can I send user authentication information while making URL Connection?
How would you create deadlock on your servlet?
What is difference between cookies and httpsession?
How we can create war file in servlet?
What is httpservlet class?
What is servlet instance?
What do you mean by chaining in servlet?
Explain the role of dispatcherservlet and contextloaderlistener.
How to get the IP address of client in servlet?
How forward () method is different from send redirect () method?
What is servlet container. how it works?
How do cookies work in servlets?
What is the need of session tracking in web application?
Why are http servlets used in programming?
Explain url encoding?