You need to store keys and values that are both strings, possibly with persistence across runs of a program—for example, program customization.
Use a java.util.prefs.Preferences
object or a java.util.Properties
object.
You need to store keys and values that are both strings, possibly with persistence across runs of a program—for example, program customization.
Use a java.util.prefs.Preferences
object or a java.util.Properties
object.