Question d’entretien chez Capital One

What is the difference between a Map and a Tuple?

Réponse à la question d'entretien

Utilisateur anonyme

25 févr. 2019

A Map stores key/value pairs, where the key is expected to be unique, while a Tuple is essentially value/value pairs.

1