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 do I know if java is running on linux?
How can the session in servlet can be destroyed?
How does Cookies work in Servlets?
What do you mean by web applications?
What is meant by a servlet?
What is the procedure of invoking different servlet in a different application?
What are different ways for authentication of servlet?
What is servlet container?
What is a servlet engine?
What are the different types of servlets?
Explain how does JSP handle run-time exceptions?
Why is http protocol called as a stateless protocol?
Which event is fired at the time of project deployment and undeployment?
What do you mean by chaining in servlet?
Explain request dispatcher and its methods.