Exam 1z0-816 All QuestionsBrowse all questions from this exam
Question 35

Which interface in the java.util.function package can return a primitive type?

    Correct Answer: A

    ToDoubleFunction is an interface in the java.util.function package that can return a primitive type, specifically a double. This makes it the correct answer since it aligns with the requirement of returning a primitive type.

Discussion
Sa16253748596Option: A

A is true.