Properties is a subclass of Hashtable . It is used to maintain lists of values in which the key is a String and the value is also a String. The Properties class is used by many other Java classes.
Is there property in Java?
Properties is a subclass of Hashtable . It is used to maintain lists of values in which the key is a String and the value is also a String. The Properties class is used by many other Java classes.