Read a Properties file in Java
October 9, 2020
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 […]
chat_bubble0 Comment
visibility2661 Views
