Difference between URLConnection, HttpURLConnection and HttpsURLConnection

Viewed 37910

What is the difference between URLConnection, HttpURLConnection and HttpsURLConnection (with SSL). Under what conditions, which one should I use?

2 Answers
Related