Mega Code Archive

 
Categories / Java / Development Class
 

Here is an example of the contents of a properties file

# a comment     ! a comment          key1 = a string     key2 = a string with escape sequences \t \n \r \\ \" \' \ (space) \u0123     key3 = a string with a continuation line \         continuation line     com.rntsoft.ui = another string