Multi-stream: an unmodifiable view is not a snapshot of the feed

Collections.unmodifiableList stops writes THROUGH the view; it does not stop the underlying list changing underneath it. A joined result handed out as a view keeps changing after you return it - List.copyOf is the one that freezes.

Full code & output

This topic is available to PRO members.

Sign in Create a free account
More in JAVA

Run this yourself in the Online Java Compiler, spin up a live REST API in the API Sandbox, or practise with Java interview questions.

Published 2026-09-20

© Java Coding Hub · About · Contact · Privacy · Terms