Multiple Choice
Which of the following statements is false?
A) A lambda can use the outer class's this reference without qualifying it with the outer class's name.
B) The parameter names and variable names that you use in lambdas cannot be the same as any other local variables in the lambda's lexical scope;otherwise,a compilation error occurs.
C) Lambdas may use only final local variables.
D) A lambda that refers to a local variable in the enclosing lexical scope is known as a capturing lambda.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The intermediate Stream operation _ results in
Q3: Terminal operations are eager;they perform the requested
Q6: Stream method findFirst is a short-circuiting terminal
Q10: The new language and library capabilities that
Q20: _ is a method reference for an
Q25: _ is s method reference for a
Q41: Which of the following statements is false?<br>A)
Q46: Which of the following statements is false?<br>A)
Q49: Which of the following statements is false?<br>A)
Q67: Functional interface BiConsumer's accept method has two