Question 1

Posted Thursday, September 03, 2009 by SacrosanctBlood in

How do you store user level data on system for a stand alone java
application? 

Say, the user has configured some preferences, and we have to save it so
that the next time the user of that login(system login) uses it, he can
view those changes. No login provided for the application.

No need to do it by writing it to a property or some other file.. :-)



1 comment(s) to... “Question 1”

1 comments:

SacrosanctBlood said...

We can use java.util.prefs.Preferences Class to store user data.



Post a Comment