In HTTP servlets, the _________ method is used to send error responses back to the client.

  • doError()
  • errorResponse()
  • handleError()
  • sendError()
The sendError() method in HTTP servlets is used to send error responses back to the client, providing information about the encountered error.
Add your answer
Loading...

Leave a comment

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