• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Generating a network request with Java

Legendary

Diamond Member
I'm not going to lie, I'm doing some homework right now and part of the assignment is writing a servlet that will generate a network request and download a file from a given website. I just need to know how to generate the request and store the file from the link.
 
Back
Top