What is the Dictionary class in JAVA?
Answers
Answered by
0
Class java.util.Dictionary. The Dictionary class is the abstractparent of any class, such asHashtable , which maps keys tovalues. Any non- null object can be used as a key and as a value. As a rule, the equals method should be used by implementations of this class to decide if two keys are the same
Similar questions