Which of the following is used to specify a servlet's name in the deployment descriptor?
The element in the web.xml file is used to specify the name of a servlet. This name is then referenced in various configurations within the deployment descriptor and is essential for identifying and managing the servlet within the web application.
Loading...
Related Quiz
- How does a servlet container typically interact with a connection pool?
- How do you differentiate between checked and unchecked SQL exceptions?
- For optimizing a web application with heavy presentation logic, which technology is more suitable?
- In JDBC, how can you ensure that all resources are freed, even if an SQL exception occurs?
- The __________ method of the FilterChain interface is used to invoke the next filter in the chain.