Read more about the article Scala – Lists
Scala Lists With Examples

Scala – Lists

Scala Lists are similar to arrays but there are two important differences.First, lists are immutable, which means elements of a list cannot be changed by assignment.Second, lists represent a linked list whereas arrays are flat.