Which fills in the blank so the code is guaranteed to print 1? var stream = Stream.of(1,

Question:

Which fills in the blank so the code is guaranteed to print 1?
var stream = Stream.of(1, 2, 3);
System.out.println(stream.__________);

A. anyMatch()

B. findAny()

C. first()

D. min()

E. None of the above  

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: