1Z0-809 Web TestEngine demo

Exit VCEDump 1Z0-809 Java SE 8 Programmer II
Question 27 of 32
0% complete
Q27 Single choice

Given the code fragment:

BiFunction<Integer, Double, Integer> val = (t1, t2) -> t1 + t2; //line n1
System.out.println(val.apply(10, 10.5));

What is the result?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in