Class EchoClient
java.lang.Object
|
+----EchoClient
- public class EchoClient
- extends Object
File name : EchoClient.java
Task : This class sends string of characters to the Echo server
which is in port number 7 and the echo server returns the
text back to the client until 'see u' is typed
- Version:
- 1.2
- Author:
- P . Sooriyakumar
-
EchoClient()
-
-
main(String[])
-
EchoClient
public EchoClient()
main
public static void main(String args[]) throws IOException