I need persist some configurations of my sistem like options selected, user and password of database connection, etc.
I heard of system.properties and text files, but I dont know what is best or more appropriate.
EDIT: Currently I'm using a properties file, but I don't know if is the better way.