edu.pdx.cs399J.net
Class WriteDate
java.lang.Object
edu.pdx.cs399J.net.WriteDate
public class WriteDate
- extends Object
Demonstrates serialization by writing an instance of
Date to a file.
|
Method Summary |
static void |
main(String[] args)
Writes the Date object for the current day and time
to a 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 |
WriteDate
public WriteDate()
main
public static void main(String[] args)
- Writes the
Date object for the current day and time
to a file whose name is specified on the command line.
Copyright © 2000-2009 Portland State University. All Rights Reserved.