Filters can be used to implement __________, which is a common requirement in web applications.
- authentication
- authorization
- encryption
- validation
Filters can be used to implement authorization, which is a common requirement in web applications to control access to resources based on user roles and permissions.
Loading...
Related Quiz
- A web application requires users to log in for access. Which servlet feature should be implemented for this requirement?
- When a connection is closed in a connection pool, what actually happens to that connection?
- In a resource-constrained environment, what servlet coding practice would you recommend to optimize memory usage?
- To listen for events related to a specific attribute in a session, implement the interface ___________.
- What is a common practice to reduce the load on a servlet?