Monday, 15 December 2014

How to read from properties file

in java projects reading properties files are common thing
but we fee littel bit inconvenient for write a code for reading properties files
but apache provide one util class for reading properties file in very easy manner than regular reading process.....
the following pic will show u how can i read properties file by using
org.apache.commons.resources.message.MessageResources;

Example : How to read from properties file

No comments:

Post a Comment