Question
What is a Scala List?
Select an option. Your answer will be checked instantly.
Correct Answer: B. An immutable linked sequence
Explanation:
List is optimized for operations at the head and recursive processing.
Creating a changed list returns a new value.
Leave a Reply