Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який синтаксис правильного лямбда-виразу в Java?
{ int x, int y -> return x + y; }
(x, y) -> x + y;
(int x, int y) { return x + y; }
(int x, int y) -> { x + y; }
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!