Pregunta de entrevista de Mondia

Java Syntax Questions - Stream API intermediate operations & terminal operations - Java 8 features - List.of() vs new ArrayList - Can we add elements to this list? "final List list = new ArrayList<>()"

Respuesta de la entrevista

Anónimo

12 may 2026

- Intermediate ops: map, filter / Terminal ops: foreach, collect. - Generics, stream api, lambda functions - The first is immutable - Yes we can