up previous next contents
Next: URLConnection Up: Java networking Previous: ServerSocket lifecycle   Contents

URL

  • URL page = new URL("http://www.devdaily.com");
  • getContent()
  • openStream()
  • openConnection() - returns a URLConnection.


up previous next contents
Next: URLConnection Up: Java networking Previous: ServerSocket lifecycle   Contents