Interview Questions

What is the difference between URL instance and URLConnection instance?

Networking Programming Interview Questions and Answers


(Continued from previous question...)

5. What is the difference between URL instance and URLConnection instance?

A URL instance represents the location of a resource, and a URLConnection instance represents a link for accessing or communicating with the resource at the location.

(Continued on next question...)

Other Interview Questions