edu.pdx.cs399J.net
Class ReadDate
java.lang.Object
edu.pdx.cs399J.net.ReadDate
public class ReadDate
- extends Object
This class demonstrates object serialization by reading an instance
of Date from a file.
|
Method Summary |
static void |
main(String[] args)
Read a Date instance from th file whose name is
specified on the command line. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadDate
public ReadDate()
main
public static void main(String[] args)
- Read a
Date instance from th file whose name is
specified on the command line.
Copyright © 2000-2009 Portland State University. All Rights Reserved.