Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created June 29, 2013 07:57
Show Gist options
  • Save pbrewczynski/5890287 to your computer and use it in GitHub Desktop.
Save pbrewczynski/5890287 to your computer and use it in GitHub Desktop.
URL url = new URL(args[0]);
URLConnection connection;
connection = url.openConnection();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment