InterviewSolution
Saved Bookmarks
| 1. |
Which of these object stores association between keys and values?(a) Hash table(b) Map(c) Array(d) StringThe question was posed to me by my college director while I was bunking the class.I need to ask this question from Java.util in section java.util – The Collections Framework of Java |
|
Answer» CORRECT CHOICE is (B) Map Best EXPLANATION: NONE. |
|