Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
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.
URLConnection
setDoOutput
(true)
getOutputStream()
getInputStream()
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 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.