Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts

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....

How to convert XML file to Java Properties file

 

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...