Role-based authorization in servlets is often implemented using the _________ descriptor.
- authorization.xml
- roles.xml
- servlet.xml
- web.xml
Role-based authorization in servlets is often implemented using the web.xml descriptor, where roles and corresponding access rights are defined to control access to servlet resources based on user roles.
Loading...
Related Quiz
- A __________ is a subclass of SQLException that indicates a failed connection to the database.
- When handling multiple SQL exceptions in a method, it is common to use __________ to catch various types of exceptions.
- To ensure that database resources are always released, use the __________ block to close connections.
- Which method in a servlet is used by default to handle GET requests?
- To group multiple SQL commands and execute them as a single transaction, use the __________ feature in JDBC.