What is the scope of servlet initialization parameters?
- Application scope
- Page scope
- Request scope
- Session scope
Servlet initialization parameters have application scope, meaning they are accessible throughout the entire application.
Loading...
Related Quiz
- What is the function of FilterMapping in a web application?
- The filter's __________ method is invoked for every request/response pair processed by the filter.
- Filters can be used to manipulate the __________ and __________ before they reach a servlet or JSP.
- Which method in a servlet is used by default to handle GET requests?
- If an application needs to clean up resources when the application is shut down, which listener should be used?