Question
What is a Scala Map collection?
Select an option. Your answer will be checked instantly.
Correct Answer: B. A collection of key-value associations
Explanation:
Each key maps to a value within the collection.
Immutable Map is the default import in standard Scala.
Leave a Reply