What is the difference between a Hashtable and Properties?
feedback
|
|
It has several features that
A | |||
|
feedback
|
|
Properties is a subclass of Hashtable, and it is designed for string to string mappings. It also adds the ability to store the mapping into a text file, and read it back. | |||
|
feedback
|