Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-809 Topic 14 Question 3 Discussion

Actual exam question for Oracle's 1Z0-809 exam
Question #: 3
Topic #: 14
[All 1Z0-809 Questions]

Given the code fragment:

Stream> iStr= Stream.of (

Arrays.asList (''1'', ''John''),

Arrays.asList (''2'', null)0;

Stream< nInSt = iStr.flatMapToInt ((x) -> x.stream ());

nInSt.forEach (System.out :: print);

What is the result?

Show Suggested Answer Hide Answer
Suggested Answer: D

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel