A filter can alter the header information of a request or response by modifying the _______.
- HttpServletRequest
- HttpServletResponse
- RequestHeader
- ServletResponse
A filter can alter the header information of a request or response by modifying the ServletResponse.
Loading...
Related Quiz
- _________ is a security standard that prevents the browser from interpreting user input as script.
- In a highly concurrent web application, how would you design a servlet to handle database connections securely and efficiently?
- What is a common practice to reduce the load on a servlet?
- In a transaction, if a part of the transaction fails, the ________ operation ensures the database reverts back to its previous state.
- Which tool is commonly used for analyzing memory usage in Java applications?