Can .properties values be stored statically in compiled classes?
I am updating a value in my .properties file yet the log is still showing the old value from the original .properties file. Is this because the class file has stored the .properties values during compilation? (I do not have the original source so cannot recompile)