A Admin • 828.03K Points Coach Q. What does the following lambda expression represent: `x -> x % 2 == 0`? (A) Checks if a number is odd (B) Checks if a number is even (C) Always returns true (D) Returns the same number Correct Answer - Option(B) Views: 7 Filed under category Java Hashtags: Java Lambda Expression Share Manage Tags
Discusssion
Login to discuss.