A filter is configured in the web application's __________ file.
- config.xml
- filter.xml
- index.jsp
- web.xml
A filter is configured in the web application's web.xml file.
Loading...
Related Quiz
- How is an asynchronous task started in a servlet?
- How is a servlet configured in a web application?
- In a situation where multiple asynchronous tasks are initiated by a servlet, how is the completion of these tasks managed?
- To avoid thread safety issues, it's recommended to use __________ instead of instance variables in servlets.
- What is the primary purpose of using filters in web applications?