properties is a file extension for files mainly used in Java-related technologies to store the configurable parameters of an application . They can also be used for storing strings for Internationalization and localization; these are known as Property Resource Bundles.
Read moreHow do you declare properties in Java?
Example of Properties class to create the properties file
Read more