Properties
-
Properties File Java Example
In this example, we shall show you how to use property files in java. Java property files are an easy…
Read More » -
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…
Read More » -
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.…
Read More » -
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…
Read More »