Multiple choice technology web technology

URLConnection instance represents a link for accessing or communicating with the resource at the location.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The java.net.URLConnection class is designed to establish and manage a connection to a resource at a specified URL. It represents the communication link and provides methods for reading from and writing to the resource, making the statement accurate.