Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Learning Java -

807606Apr 12 2007 — edited Apr 12 2007
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 10 2007
Added on Apr 12 2007
1 comment
109 views