MU Computer Science Java Client-Server Socket DEMO

This Java Applet should put up two text fields, one input and one output. You type any string into the input field, the Java applet code should send the string to the server running on zansiv.millersville.edu (listening to some port number) and reverse the string for you. I know, not really a brilliant display of code, but it does show how to send stuff over the Internet using Client-Server Java code.

This code comes from David Flanaghan's Java in a Nutshell book



To START SERVER click below...

START SERVER



To KILL SERVER click below...

KILL SERVER



Back To CS406 Java Main Page