Project configuration data or settings are store in Properties file. Here we look how to read a properties file in Java. The java.util.Properties class is the subclass of Hashtable and represents a persistent set of properties. .properties is a file extension used in Java. Properties file contains key and value pair. Each key and its […]
