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

Quiz: Collection Comparisons

All questions · Previous question · Next question

Open on QuizMaker