0 votes
in JAVA by
What characteristics distinguish a lambda expression?

1 Answer

0 votes
by

The two key characteristics of the procedures that are specified as lambda expressions are listed below:

  1. Another method may accept lambda expressions as a parameter.
  2. Lambda expressions are independent of classes and can be used alone.

Related questions

0 votes
0 votes
0 votes
asked May 22, 2022 in JAVA by AdilsonLima
+2 votes
asked Feb 8, 2020 in JAVA by rahuljain1
...