Question
What is a Scala Array?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A fixed-length mutable indexed collection
Explanation:
Array elements can be changed in place.
Its length is determined when the array is created.
Leave a Reply