Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.PROPERTIES - File Extension for Java Properties Files
What is PROPERTIES? PROPERTIES is used as the file extension for Java configuration properties or localization resource properties files. .PROPERTIES files are text files that can be opened by any text editors. See the sample .PROPERTIES file included below.
✍: FYIcenter.com
File Extension: .PROPERTIES
MIME Type: text/plain
File Content: Java Properties
.PROPERTIES files are text files containing configuration properties or localization resource properties used by Java applications. Here is a sample .PROPERTIES file with some property entries:
# You are reading the ".properties" entry.
! The exclamation mark can also mark text as comments.
website = http://en.wikipedia.org/
language = English
# The backslash below tells the application to continue reading
# the value onto the next line.
message = Welcome to \
Wikipedia!
# Add spaces to the key
key\ with\ spaces = This is the value that could be looked up with the key "key with spaces".
# Unicode
tab : \u0009
.PROPERTIES Java Properties file sample: Click sample.properties to download.
For for information on how to use .PROPERTIES Java Properties files, see links below:
2012-07-08, 5980👍, 0💬
Popular Posts:
What is PRN? PRN, short name for Printable, is used as the file extension for files padded with spac...
What is WMF or EMF? WMF stands for Windows Metafile. EMF stands for Enhanced Windows Metafile WMF or...
What is PRN? PRN, short name for Printable, is used as the file extension for files padded with spac...
What is XPS or OXPS? XPS stands for for XML Paper Specification. OXPS stands for for Open XML Paper ...
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...