Which interface must a class implement to act as a filter in a web application?
- Filter
- HttpFilter
- Servlet
- WebFilter
To act as a filter in a web application, a class must implement the Filter interface.
Loading...
Related Quiz
- What is the difference between filter chaining and servlet chaining?
- What is the significance of the web.xml file in handling servlet errors?
- How should filters be configured to apply only to certain URL patterns in a web application?
- How can you track attribute changes in the HttpSession object?
- _________ is a technique used to minimize the cost of repeatedly executing similar SQL queries.