Filters can modify the __________ or __________ objects before they reach a servlet.
- request, response
- request, session
- response, context
- session, context
Filters can modify the request or response objects before they reach a servlet.
Loading...
Related Quiz
- The method __________ is used to handle request and response objects in a filter.
- Can a filter modify the request and response objects?
- Consider a scenario where a servlet application needs to update client-side widgets in real-time. Which technology would be more efficient: AJAX polling or WebSockets?
- What is the primary purpose of load balancing in web applications?
- The __________ object provides the filter with information about its initialization parameters.