.properties
Sign in to save.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.
Key facts
- File format.extension
- .properties
via Wikipedia infobox
Wikidata facts
Show 2 more facts
- file extension
- properties
- media type
- text/plain
Sources (1)
via Wikidata · CC0
~6 min read
Article
6 sectionsContents
- Format
- Editing
- Non-Java uses and exceptions
- See also
- References
- External links
.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.
Each parameter is stored as a pair of strings, one storing the name of the parameter (called the key), and the other storing the value.