I am using PropertiesConfiguration for loading and storing property values.
If I use character \'/\' in Property value, it gets saved as\'\\/\'. Could you please help me
This is because "/" has to be escaped for it to read back into the system. You could open the file back up and unscape those values but it would cause problems for you the next time you tried to open it.