devdaily home
|
java
|
perl
|
unix
|
directory
|
blog
Enter your search terms
Submit search form
web
devdaily.com
Next:
URLConnection
Up:
Java networking
Previous:
ServerSocket lifecycle
 
Contents
URL
URL page = new URL("http://www.devdaily.com");
getContent()
openStream()
openConnection()
- returns a
URLConnection
.
Next:
URLConnection
Up:
Java networking
Previous:
ServerSocket lifecycle
 
Contents