User-submitted Java Projects

77
2352 reads
lazycoder's picture

Submitted by

lazycoder
Tags:

39
3080 reads
lazycoder's picture

Submitted by

lazycoder
Tags:

54
2437 reads
lazycoder's picture

Submitted by

lazycoder
Tags:

44
2753 reads
Jake01's picture

Submitted by

Jake01
53
2852 reads
Jake01's picture

Submitted by

Jake01
Binary Serialization
The below program demonstrates how to read an object from persistent memory. The below reads an object named "log.ser" from the specified address and assigns the value to PurchaseLog object p1.
Run It Now!