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

Constructor Index

 o EchoClient()

Method Index

 o main(String[])

Constructors

 o EchoClient
 public EchoClient()

Methods

 o main
 public static void main(String args[]) throws IOException
Hosted by www.Geocities.ws

1