A Admin • 828.70K Points Coach Q. In lambda expression `(a, b) -> a + b`, what is required of 'a' and 'b'? (A) Both must be final (B) Both must be of the same type (C) Both must be numbers (D) Both must be parameters of the same functional interface method Correct Answer - Option(D) Views: 13 Filed under category Java Hashtags: Java Lambda Expression Share Manage Tags
Discusssion
Login to discuss.