Many examples I\'ve seen don\'t explicitly call connect(). Instead they just use getInputStream() or getResponseCode().
connect()
getInputStream()
getResponseCode()
I\'m a
connect() is implied and automatically invoked when needed.