0 votes
in JAVA by
Which class is used to send HTTP requests and receive HTTP responses in Java?

a) HttpURLConnection

b) URLConnection

c) HttpClient

d) HttpsURLConnection

1 Answer

0 votes
by

Answer: c) HttpClient

Explanation: The HttpClient class is used to send HTTP requests and receive HTTP responses in Java.

...