The __________ element in web.xml is used to define a logical name for a servlet.
- logical-name
- name
- servlet-logical
- servlet-name
The element in web.xml is used to define a logical name for a servlet.
Loading...
Related Quiz
- How does the use of 'lazy loading' in an ORM framework like Hibernate affect database performance?
- How does asynchronous processing in servlets improve server resource utilization?
- A filter is configured in the web application's __________ file.
- When a servlet context is initialized or destroyed, the ___________ interface is used.
- How can you avoid concurrency issues in a servlet without using synchronization?