Multiple Choice
________ is a method reference for an instance method that should be called on a specific object. It creates a one-parameter lambda that invokes the instance method on the specified object-passing the lambda's argument to the instance method-and returns the method's result.
A) Math::sqrt
B) System.out::println
C) TreeMap::new
D) String::toUpperCase
Correct Answer:

Verified
Correct Answer:
Verified
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)
Q25: _ is s method reference for a
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)
Q31: An_ (package java.util.stream) is a stream that