Quantcast
Viewing all articles
Browse latest Browse all 3

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 can be saved to a stream or loaded from a stream. Each key and its corresponding value in the property list is a string. […]

Viewing all articles
Browse latest Browse all 3

Trending Articles