Working with .properties files using Apache Common Configuration
In the previous tutorial, I introduced you how to work with .properties files using the Properties class. There are other needs related to configuration information of applications that this Properties class does not support, for example: Reusing properties that have been declared in other properties… Read More