Multiple choice technology programming languages

A ____________is a collection that associates a key object with a value object.

  1. Array

  2. List

  3. Map

  4. Vector

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

A Map is a collection data structure designed to associate unique key objects with corresponding value objects, allowing efficient retrieval of values based on their keys.