java.net.Proxy Vs. System.setProperty(http.proxyHost)
The second method was to set the values in the java.net.Proxy object and use it while calling url.openConnection. This method turned out to be about 3 seconds slower.
Does anyone have an explanation for the discrepancy in performance.

