Multiple choice technology platforms and products

In HashMap we can add one null key and null value?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Java's HashMap allows a single null key and multiple null values. This is a standard and frequently tested feature of the Java Collections Framework.