Login
Remember
Register
Ask a Question
Which class is used to represent an HTTPS connection in Java?
0
votes
asked
May 9, 2024
in
JAVA
by
rahuljain1
Which class is used to represent an HTTPS connection in Java?
a) HttpURLConnection
b) URLConnection
c) HttpClient
d) HttpsURLConnection
https
connection
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 9, 2024
by
rahuljain1
Answer: d) HttpsURLConnection
Explanation: The HttpsURLConnection class is used to represent an HTTPS connection in Java.
...