I currently have strings that are all the same throughout my classes, I was just wondering how I could make the value of the strings pass from the main class to the rest of the classes.
My reasons being that I am wanting to create a property file and have it set the strings to a default value which will access the main class.
Could someone briefly explain how I would go about this?