Name: yyT116575 Date: 05/18/2001
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
http://java.sun.com/j2se/1.3/docs/api/java/net/URLConnection.html#doOutput
doOutput - description of this variable states
This variable is set by the setDoOutput method. Its value is returned by the getDoInput method.
You call getDoOutput method, not getDoInput method.
(Review ID: 124661)
======================================================================