What is the Dictionary class? - Core Java

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 sub classes of the abstract class Dictionary.
- The key and values are objects.
- The key and value are non-null objects.
What is the ResourceBundle class? - Core Java
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? - Core Java
What is the Vector class? - The capability of implementing a growable array of objects is provided by the class Vector...
What is the SimpleTimeZone class? - Core Java
What is the SimpleTimeZone class? - SimpleTimeZone is a concrete subclass of TimeZone class. The TimeZone class represents a time zone...
Post your comment