URL.toString

URL.toString

Class Overview | Class Members | This Package | All Packages

Syntax
public String toString()
Returns
a string representation of this object.
Description
Constructs a string representation of this URL. The string is created by calling the toExternalForm method of the stream protocol handler for this object.

Overrides
toString in class Object
See Also
URL, toExternalForm