Login
Remember
Register
Ask a Question
Which of the following is the correct lambda expression, which adds two numbers and returns their sum?
+2
votes
asked
Feb 8, 2020
in
JAVA
by
rahuljain1
Which of the following is the correct lambda expression, which adds two numbers and returns their sum?
None of the options
(int a, int b) -> a + b;
Both the options
(a, b) -> a + b
#java-lambda-expression
Java-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...