✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
De câte ori se execută instrucțiunea din lambda?
import java.util.*;
public class Test { public static void main(String[] args) { List<Integer> lista = Arrays.asList(1, 2, 3, 4); lista.forEach(x -> System.out.print(x)); }}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!