previous
|
start
Answers
You can save the entire object with a single
writeObject
call. With a
RandomAccessFile
, you have to save each field separately.
Add implements
Serializable
to the class definition.
previous
|
start