Multiple Choice
A lambda expression represents a(n) ________ method-a shorthand notation for implementing a functional interface.
A) functional
B) unnamed
C) undesignated
D) anonymous
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: Collectors static method groupingBy with two arguments
Q12: You can define your own reductions for
Q14: The basic generic functional interface _ in
Q15: Which of the following statements is false?<br>A)
Q17: Map method _ performs an operation on
Q18: By default,method sorted uses _.<br>A)ascending order<br>B)the natural
Q27: Class Arrays provides _ stream methods for
Q34: Method reduce's first argument is formally called
Q56: Which of the following statements is false?<br>A)
Q67: Functional interface BiConsumer's accept method has two