Multiple Choice
Stream method ________ maps objects to double values and returns a DoubleStream. The method receives an object that implements the functional interface ToDoubleFunction (package java.util.function) .
A) doubleMap
B) toDouble
C) mapToDouble
D) toDoubleStream
Correct Answer:

Verified
Correct Answer:
Verified
Q8: By default, method sorted uses _.<br>A) ascending
Q9: Map method _ performs an operation on
Q10: Which of the following statements is false?<br>A)
Q11: Collectors static method groupingBy with two arguments
Q12: Prior to Java SE 8, Java supported
Q14: Class Array's _ method is used to
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