I have a list of unique values, lets say for example city names (Japan, Paris) and it could be modified by the application later to be (Paris, New York ).
what i need is a away to save them and then retrive them. How could this be done and how could i insure if its thread/process safe? (Set
Serialization
, JSON
file, Preferences ?)
all you need is a persistant storage of data . so use any of these approches: