edu.pdx.cs399J.net
Class DateClient
java.lang.Object
edu.pdx.cs399J.net.DateClient
public class DateClient
- extends Object
A client that connects to a DateServer and reads the Date sent to it as a String. The important
things to note are the ports that are used to communicate.
- Since:
- Fall 2005
- Author:
- David Whitlock
|
Method Summary |
static void |
main(String[] args)
Connects to a server and receives the date. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateClient
public DateClient()
main
public static void main(String[] args)
- Connects to a server and receives the date.
Copyright © 2000-2009 Portland State University. All Rights Reserved.