Signup/Sign In

Filter API Test

This Test will cover complete Filter API including Filter Chain, Filter Config etc.
Q For creating a filter, you must implement _________ interface?
Q Which method is invoked by the web container to indicate to a filter that it is being placed into service?

Q. Which method is invoked by the container each time a request/response pair is passed through the chain of filters?
Q. ________ object is used to invoke the next filter in the chain of filters?
Q. Which element declares a filter inside deployment descriptor ?

Related Tests: