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
- In high-performance servlets, _________ pattern can be used to manage resource-intensive objects.
- A transaction's property ensuring that either all its operations are completed successfully, or none are, is known as _________.
- How can a servlet invalidate a cookie that has been sent to the client?
- In SQL, the command ________ is used to permanently save changes made by the current transaction.
- The __________ method is used to initialize the filter with configuration parameters.