Which of the following statements is false?
a. Lambda expressions can be used anywhere functional interfaces are expected.
b. A lambda consists of a parameter list followed by the arrow token and a body, as in:
[parameterList] -> {statements}
c.Method references are specialized shorthand forms of lambdas.
d. Each of the above statements is true.
b. A lambda consists of a parameter list followed by the arrow token and a body, as in:
[parameterList] -> {statements}
Computer Science & Information Technology