Class DateClient

java.lang.Object
edu.pdx.cs410J.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
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      Connects to a server and receives the date.