top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the Dictionary class in JAVA?

+4 votes
257 views
What is the Dictionary class in JAVA?
posted Apr 21, 2016 by Atindra Kumar Nath

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Class java.util.Dictionary. The Dictionary class is the abstract parent of any class, such as Hashtable , which maps keys to values. Any non- null object can be used as a key and as a value.

answer Apr 25, 2016 by Karthick.c
...