java.net.URLConnection defined connect(), but there is no corresponding
disconnect() method.
It would and has caused problems of not releasing critical system resources
taken up by each connection. See bugs 4166799 and 4167874.
Comments
EVALUATION
The main issues with this was addressed with the URLClassLoader.close() feature (CR 4167874).