The method ________ is used to send HTTP GET request without parameters.

  • doGet()
  • executeGET()
  • get()
  • sendGET()
In Java, to send an HTTP GET request without parameters, you typically use the sendGET() method. This method is commonly used in HTTP client libraries to initiate a GET request to a specified URL. The other options are not standard methods for this purpose.
Add your answer
Loading...

Leave a comment

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