✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яке значення виведе наступний код?Predicate<String> isShort = str -> str.length() < 5;
System.out.println(isShort.test("Hello"));