August 2000
Intermediate to advanced
760 pages
21h
English
The URLConnection
class overrides only one method from
java.lang.Object, toString( ):
public String toString( )
Even so, there is little reason to print a
URLConnection object or to convert one to a
String, except perhaps for debugging.
toString( ) is called the same way as every other
toString( ) method.