Sunday, December 16, 2018

Java Properties : How to Read/Write properties file in Java?

11:06 PM
A .properties file is a simple collection of key-value pairs that can be parsed by the java.util.Properties class. Properties files are widely used for many purposes in all kinds of Java/j2ee applications, often to store configuration or localization data. And all over the project scripts can then use those properties easily.