I have a series of application properties which all have different types.
The types could include, booleans, dates, timestamps, or strings.
I need to be abl
Message from the future: the link is already dead.
Java has a facility built specifically for this purpose - Properties. Here is very good article about it
https://docs.oracle.com/javase/tutorial/essential/environment/properties.html