Which map is legacy synchronized and does not allow null keys or null values?
Practice this question from Quiz: Collection Comparisons, with options and an explanation.
Question
Which map is legacy synchronized and does not allow null keys or null values?
Option A — Correct answer
Hashtable
Hashtable is synchronized and legacy; HashMap is the common non-synchronized choice.
Option B
HashMap
Option C
TreeMap
Option D
LinkedHashMap