HashMap stores data in pairs. It allows null keys and values but is not synchronized.
← Core Java theorytheory 0/50 · 0%
Collections · medium
24. HashMap
Key-value mapping.
Check your understanding
1. How to get a value?
2. Unique keys required?
Key-value mapping.
HashMap stores data in pairs. It allows null keys and values but is not synchronized.
1. How to get a value?
2. Unique keys required?