Which of these is a class which uses String as a key to store the value in object?
(a) Array
(b) ArrayList
(c) Dictionary
(d) Properties
This question was posed to me during an internship interview.
The query is from Java.util in portion java.util – The Collections Framework of Java