Multiple Choice
________ is s method reference for a static method of a class. It creates a one-parameter lambda in which the lambda's argument is passed to the specified a static method and the lambda returns the method's result.
A) Math::sqrt
B) System.out::println
C) TreeMap::new
D) String::toUpperCase
Correct Answer:

Verified
Correct Answer:
Verified
Q20: _ is a method reference for an
Q21: The basic generic functional interface _ in
Q22: Stream reduction operation _ uses the elements
Q23: A lambda expression represents a(n) _ method-a
Q24: Which of the following statements is false?<br>A)
Q26: _ is a method reference for an
Q27: Class Arrays provides _ stream methods for
Q28: Which of the following statements is false?<br>A)
Q29: Stream mutable reduction operation _ creates a
Q30: Which of the following statements is false?<br>A)