InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Url Instance And Urlconnection Instance? |
|
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. 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. |
|