Java MCQ Set 1 1. Which of these object stores association between keys and values? a) Hash table b) Map c) Array d) String AnswerAnswer: b [Reason:] None. 2. Which of these classes provide implementation of map interface? a) ArrayList b) HashMap c) LinkedList d) DynamicList AnswerAnswer: b [Reason:] AbstractMap, WeakHashMap, HashMap and TreeMap provide…