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

a) HttpURLConnection

b) URLConnection

c) HttpClient

d) HttpsURLConnection

1 Answer

0 votes
by
Answer: d) HttpsURLConnection

Explanation: The HttpsURLConnection class is used to represent an HTTPS connection in Java.
...