ServletConfig is used to pass __________ to a specific servlet during initialization.
- configuration
- context
- parameters
- resources
ServletConfig is used to pass initialization parameters to a specific servlet during initialization.
Loading...
Related Quiz
- What is the difference between context parameters and initialization parameters in servlets?
- If a filter needs to perform different actions based on the type of HTTP request, which method or object should it use to determine this?
- In caching strategies, what is meant by 'cache warming'?
- A servlet needs to handle a file upload from a web form. Which HTTP method and content type should be used?
- To respond to events like the initialization or destruction of the ServletContext, use the _________ listener.