A .properties file is either a simple text file or an XML file containing pairs of keys and values. Java and related technologies frequently use .properties files to store configuration information.
Properties files can also be used to store Strings for Internationalization and Localization and error messages.
java and related technologies frequently use properties files.