Java Application Servers
Java application acting as a server
A Java application can open sockets to any number of clients
Again, note that socket communication is via streams, where the client and server agree on a message protocol to communicate .
Applets and applications acting as clients