Pergunta de entrevista da empresa 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<>()"

Resposta da entrevista

Sigiloso

12 de mai. de 2026

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