Sockets for Network Communication
A java applet, which is downloaded from a web server host, can connect via a network socket to any port on the same machine. This could be a java application acting as a server.
Java applications can connect network sockets to any host machine on the Internet
- Socket t = new Socket("internet host name", port)
- sockets have methods to open input and output streams