Stream.forEach: The `forEach` method in the Stream API performs an action on each element of the stream. It is a terminal operation commonly used for side effects such as logging or modifying external states.
https://en.wikipedia.org/wiki/Java_version_history#JDK_8