Learning Java -
807606Apr 12 2007 — edited Apr 12 2007I have a project that I needs to do the following.
1.Create a class called GetTime that uses a Socket, an InputStreamReader (defined over the Socket�s InputStream), and a BufferedReader (defined over the InputStreamReader) to query a machine and its time port and get the time. (A socket is essentially a network machine name and a port number.)
example of socket
// clock.fmt.he.net (216.218.192.202) Hurricane Electric, Fremont, CA
// sundial.columbia.edu (128.59.59.177) Columbia University, NY, NY
****
Can any suggest any help areas to accomplish this.
thanks
steve