To Previous Chapter To Table of Contents To Bottom of Page To Next Chapter

CS 335/535 Web Programming - Java Network Programming

java.net Classes


Examples (The class files for those examples which are not applets, can also found in the share drive network programming on Jaring) [these all require the Java compiler to run]

  1. Manipulating URLs - SiteSelector
  2. Using a URL Stream Connection - Reading a File on a Server
  3. Communicating with CGI Programs Through GET - calling a Lycos search engine
  4. URL Requestor
  5. Look for open ports
  6. finger
  7. Client - Server Using Stream Sockets
  8. TicTacToe game: server & client


NetTools (written in Java)


To Previous Chapter To Table of Contents To top of page To Next Chapter