Which of the following statements about a filter are true?
Each correct answer represents a complete solution. Choose all that apply.
Like a servlet, a filter is also declared in the deployment descriptor.
The life cycle of a filter is managed by the container.
The life cycle of a filter has three methods, namely init(), service(), and destroy().
Every filter must implement the Filter interface.
Submit