Skip to main content
please approve my edition
Source Link
yglodt
  • 14.6k
  • 15
  • 102
  • 138

You can use You can use URLConnection withwith setDoOutput(true), getOutputStream() (for sending data), and getInputStream() (for receiving). Sun has an example for exactly this.

You can use URLConnection with setDoOutput(true), getOutputStream() (for sending data), and getInputStream() (for receiving). Sun has an example for exactly this.

You can use URLConnection with setDoOutput(true), getOutputStream() (for sending data), and getInputStream() (for receiving). Sun has an example for exactly this.

You can useYou can use URLConnection with with setDoOutput(true), getOutputStream() (for sending data), and and getInputStream() (for receiving). Sun has an example for exactly thisfor exactly this.

You can use URLConnection with setDoOutput(true), getOutputStream() (for sending data), and getInputStream() (for receiving). Sun has an example for exactly this.

You can use URLConnection with setDoOutput(true), getOutputStream() (for sending data), and getInputStream() (for receiving). Sun has an example for exactly this.

added 257 characters in body; added 159 characters in body
Source Link
Matthew Flaschen
  • 286.4k
  • 53
  • 523
  • 554

You can just use URLConnection with setDoOutput(true), getOutputStream() (for sending data), and getInputStream() (for receiving). Sun Sun has documentationan example for exactly this.

You can just use URLConnection. Sun has documentation for this.

You can use URLConnection with setDoOutput(true), getOutputStream() (for sending data), and getInputStream() (for receiving). Sun has an example for exactly this.

Source Link
Matthew Flaschen
  • 286.4k
  • 53
  • 523
  • 554
Loading