+ 1
How to create dictionary in java?
Creating a dictionary using java programming language with design....
5 Answers
+ 3
There isn't much difference since both of them hold data as key value pairs and have similar set of methods for inserting, deleting etc. Also HashMaps are not synchronized, so they are faster when considered for implementation.
+ 3
Mirielleđ¶
https://docs.oracle.com/javase/7/docs/api/java/util/Dictionary.html
class Dictionary is obsolet.
+ 1
Thank youđ