Spec-Zone .ru
спецификации, руководства, описания, API
|
Complete the following procedure to compile and run the example:
- From yourbasedir/objectserializationexamples/CustomDataFormat, compile the file CustomDataExample.java using JDK TM 1.1 or higher:
javac CustomDataExample.java- Run the file you just compiled:
java CustomDataExampleTwo arrays are printed:
- The first array shows the array before serialization.
- The second array shows the array after deserialization.
Java Technology |
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved. |