How to convert Java Properties file to XML file
In our earlier tutorial we have seen how to convert XML file to properties file. As a vice verse we will see how to convert XML file to java properties file in this tutorial....
In our earlier tutorial we have seen how to convert XML file to properties file. As a vice verse we will see how to convert XML file to java properties file in this tutorial....
In one of our earlier tutorial we have seen how to use Properties class in Java to read property file. Basically property file hold key and corresponding value part and by just loading those...