public class PropHolder { public static Properties prop; static { //code for loading properties from file } } // Referencing the class somewhere ...
-
May 30, 2022
- 0 Comments