How are servlet mappings defined in the web application deployment descriptor?
Servlet mappings are defined using the element in the web application deployment descriptor (web.xml).
Loading...
Related Quiz
- The setMaxAge method sets the _________ of a cookie in seconds.
- Which method is used to send an error status code along with a custom message in the response header?
- In a servlet's lifecycle, which method is responsible for responding to client requests?
- How would a filter log request information without altering the request itself?
- In what scenario would a filter be used instead of a servlet?