firstly, `List<T>` is only an interface and ...
# getting-started
s
firstly,
List<T>
is only an interface and makes no guarantee as to the mutability of an implementation - folks refer to the interface as read-only, not immutable
2