View Single Post
  #1 (permalink)  
Old 11-06-2007, 10:40 PM
JavaForums JavaForums is offline
Administrator
 
Join Date: Dec 2006
Posts: 649
JavaForums has disabled reputation
Saving objects to file
Sometimes it is useful to store objects in files which can be read later. Object is saved along with its state. Simply saying, an object with its data can be saved in a file. Objects are made persistent this way.
(more…)
Reply With Quote
Sponsored Links