Property files and XML document files are often used to organize application configuration parameters. Usually these configuration files are read by an application when it first starts up. A property file contains a set of strings, where properties are stated with the syntax name=value. On the other hand, XML document files, when used as configuration files, provide configuration parameters in an XML element value syntax. The following are sample configuration parameters displayed as a property file and as an XML configuration file.