What is the difference between HashTable and Properties ?

Properties is the subclass of HashTable.
The difference is Properties have both key and value String Object only.
But in HashTable we can put any object as key and value.

No comments:

Post a Comment