Quantcast
Channel: Examples Java Code Geeks » Properties
Browsing latest articles
Browse All 3 View Live

Convert Properties into XML File

With this example we shall show you how to convert a java.util.Properties object to XML format and write it to a File. The Properties class is a very popular Java utility and it can be used in numerous...

View Article



Convert XML File into Properties object

In the previous tutorial we saw how to convert Properties object to XML Format and write it to XML File. In this tutorial we are going to show you how to the opposite, that is convert an XML File into...

View Article

java.util.Properties Example

In this example we will show how to use java.util.Properties class. Properties class is a subclass of Hashtable and represents a persistent set of properties. The Properties are key/value pairs that...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images