0 votes
in JAVA by
Which class is used to represent an HTTP connection in Java?

a) HttpURLConnection

b) URLConnection

c) HttpClient

d) HttpsURLConnection

1 Answer

0 votes
by

Answer: a) HttpURLConnection

Explanation: The HttpURLConnection class is used to represent an HTTP connection in Java.

...