Servlet initialization parameters are primarily used for ___________ configuration.
- application
- deployment
- environment
- runtime
Servlet initialization parameters are primarily used for application configuration.
Loading...
Related Quiz
- How do servlet filters complement the MVC architecture in web applications?
- What is the primary purpose of garbage collection in Java?
- The method __________ is used when the servlet needs to redirect the client to a different domain.
- How do you differentiate between checked and unchecked SQL exceptions?
- A filter can alter the header information of a request or response by modifying the _______.