Auto Open On Start Up / Save On Close

Hi Guys,In java what commands would i use to open a file on start up?and save to on program exit?Thanks in advance!:-)
[153 byte] By [Symb0la] at [2007-11-26 22:51:07]
# 1
For maintaining the MRU (most recently used) list of files for myapplication (the file list that often appears on your File menu) I usedthe Preferences API: http://java.sun.com/j2se/1.4.2/docs/guide/lang/preferences.html
DrLaszloJamfa at 2007-7-10 12:12:55 > top of Java-index,Java Essentials,Java Programming...