public void setDoOutput( boolean dooutput )
It takes a value as the parameter and sets this value of the doOutput
field for this URLConnection to the specified value.
A URL connection can be used for input and/or output. Set the DoOutput flag to true if you intend to use the URL connection for output, false if not. The default is false.