Multiple Choice
________ is a method reference for an instance method of a class. It creates a one-parameter lambda that invokes the instance method on the lambda's argument 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
Q15: Which of the following statements is false?<br>A)
Q16: Map method entrySet returns a Set of
Q17: Which of the following statements is false?<br>A)
Q18: The intermediate Stream operation _ results in
Q19: Which of the following statements is false?<br>A)
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