Using sendRedirect, the client makes a new _________, resulting in a separate request to the server.
- domain
- request
- response
- session
Using sendRedirect, the client makes a new request, resulting in a separate request to the server.
Loading...
Related Quiz
- A servlet is configured to allow only specific file types for upload. What strategies should be implemented to ensure this?
- Which method is responsible for cleaning up resources held by a filter in the filter chain?
- How does the servlet container use the order of filter mappings in web.xml?
- How does redirection differ from request dispatching in servlets?
- In JDBC, the __________ exception is thrown when there is a problem with the SQL syntax.