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.
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