Filters can be used to manipulate the __________ and __________ before they reach a servlet or JSP.
- context, attributes
- headers, body
- request, response
- session, cookie
Filters can manipulate the request and response objects before they reach a servlet or JSP, allowing for various pre-processing tasks.
Loading...
Related Quiz
- A WebSocket connection is established with a _________ handshake upgraded from an HTTP connection.
- In a servlet, how can you log an exception along with the stack trace?
- The scope of ServletContext is:
- In high-performance servlets, _________ pattern can be used to manage resource-intensive objects.
- Which method can be used in servlets to programmatically enforce security constraints?