What is the Dictionary class?- The Dictionary class is an abstract class.
- The class maps keys to values.
- The classes such as HashTable are the subclasses of the abstract class Dictionary.
- The key and values are objects.
- The key and values are non-null objects.
- This class is an obsolete.
- It should implement the map interface for obtaining the key/value storage functionality.
|