Network Programming Question: Download Network Programming PDF

What is the difference between URL instance and URLConnection instance?

Tweet Share WhatsApp

Answer:

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.

Download Network Programming PDF Read All 13 Network Programming Questions
Previous QuestionNext Question
What is JSF? How do I make a connection to URL?