Collectors.toUnmodifiableList: The `toUnmodifiableList` method in the Collectors utility class collects elements into an unmodifiable List. This is useful when creating an immutable list that cannot be altered after its creation.

https://en.wikipedia.org/wiki/Java_version_history#JDK_8