The _________ method of RequestDispatcher is used for including content of another resource in the response.
- execute()
- forward()
- include()
- sendRedirect()
The include() method of RequestDispatcher is used for including content of another resource in the response.
Loading...
Related Quiz
- In a scenario where form data includes special characters like & and %, which approach ensures accurate data retrieval?
- How can servlets be effectively used to implement the front controller pattern in an MVC application?
- How would you handle errors and timeouts in an asynchronous servlet operation?
- How does redirection differ from request dispatching in servlets?
- A __________ is a subclass of SQLException that indicates a failed connection to the database.