To define the order of loading for servlets, the __________ element is used in the servlet configuration.
- load-on-startup
- load-order
- order-on-startup
- servlet-order
The load-on-startup element is used in the servlet configuration to define the order of loading for servlets.
Loading...
Related Quiz
- In the context of web applications, what does 'cache invalidation' refer to?
- The method __________ is used when the servlet needs to redirect the client to a different domain.
- Which HTTP header can be used to mitigate some types of XSS attacks?
- To ensure that database resources are always released, use the __________ block to close connections.
- What is a potential downside of using round-robin load balancing in a heterogeneous server environment?