what is the difference between list and array in scala code example
Example: difference between scala array and list
Lists are immutable. Lists represents a linked list whereas arrays are flat.
Lists are immutable. Lists represents a linked list whereas arrays are flat.