Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which class is used to represent an HTTPS connection in Java?
Home
JAVA
Which class is used to represent an HTTPS connection in Java?
0
votes
asked
May 9
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
by
rahuljain1
Answer: d) HttpsURLConnection
Explanation: The HttpsURLConnection class is used to represent an HTTPS connection in Java.
...