In this video, I have explained and practically demonstrated the below things on Properties Class of Collections Framework in Java:
* Properties class is the child class of Hashtable class
* Frequent changing data should not be hard-coded in the Java programs, instead we have to seperate it in Properties files and read from these files
* Property Name and Property Value should be String type
* Property class specific methods