What is the Dictionary class?

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.
What is the ResourceBundle class?
What is the ResourceBundle class? - A ResourceBundle is a group of related sub classes which are sharing the same base name...
What is the Vector class?
What is the Vector class? - The capability of implementing a growable array of object is provided by the class Vector...
What is the SimpleTimeZone class?
What is the SimpleTimeZone class? - SimpleTimeZone is a concrete subclass of TimeZone class...
Post your comment