I have this code to get the contents of a webpage
URL url = new URL("http://www.example.com/"); URLConnection con = url.openConnection(); InputStrea