logo

Crowdly

De câte ori se execută instrucțiunea din lambda? import java.util.*; public ...

✅ 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));

    }

}

More questions like this

Want instant access to all verified answers on moodle1.ceiti.md?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!