Core Java theorytheory 0/50 · 0%
Collections · medium

24. HashMap

Key-value mapping.

HashMap stores data in pairs. It allows null keys and values but is not synchronized.

Check your understanding

  1. 1. How to get a value?

  2. 2. Unique keys required?