Filters can be used to implement ________, which is a common requirement in web applications.
- authentication
- authorization
- caching
- logging
Filters can be used to implement authorization, which is a common requirement in web applications.
Loading...
Related Quiz
- If a filter needs to modify the response header of all responses, which method should be primarily used?
- A web application implements a caching layer to reduce database load. Over time, the cache starts serving stale data. What caching strategy should be implemented to resolve this?
- How does the servlet container use the order of filter mappings in web.xml?
- A high-frequency trading application needs to send and receive financial data with minimal latency. What WebSocket features make it suitable for this application?
- What is a memory leak in the context of Java programming?