Which method of the RequestDispatcher interface is used to forward a request from a servlet to another resource?

  • dispatch()
  • forward()
  • forwardRequest()
  • redirect()
The forward() method of the RequestDispatcher interface is used to forward a request from a servlet to another resource within the same server.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *