The deployment descriptor file used to configure a servlet in a web application is named __________.
- servlet-config.xml
- web-app.xml
- web-config.xml
- web.xml
The deployment descriptor file used to configure a servlet in a web application is named web.xml.
Loading...
Related Quiz
- What happens if a filter in the filter chain does not call the doFilter() method?
- What is the impact of setting a large size for the Java heap space?
- How can filters modify the request and response objects in a filter chain?
- For a high-traffic web application, which servlet optimization strategy would best balance load?
- In JDBC, what does Statement.setFetchSize(int rows) method influence?