Filters are configured in the __________ file of a web application.
- filter-config.xml
- filter.xml
- web-config.xml
- web.xml
Filters are configured in the web.xml file of a web application.
Loading...
Related Quiz
- To handle multiple file uploads, a servlet may use the __________ API.
- The _________ method is used to retrieve cookies from the request object.
- If you want to perform some task when a session is created or destroyed, which listener should you implement?
- How can a servlet determine if an incoming request supports asynchronous processing?
- What is the impact of setting a very high or very low size for the connection pool?