1Z0-816 - Section Tests (10) Streams (Lambda Operations)
Posted: Wed Jul 31, 2019 10:44 am
I hope I am posting this question in the correct area.
For [1Z0-816] OCP 11 Programmer 2,
Individual Tests 10 - Streams (including Lambda Operations)
For the section test 10 (which contains 10 questions) should one assume, that the correct import statements already exist at the top of the class.
For example
Meaning, without the correct import statements, the code will not compile.
Question: Should one assume that the correct import statements have been added even though they do not appear in the exam?
Thank You.
()()()
For [1Z0-816] OCP 11 Programmer 2,
Individual Tests 10 - Streams (including Lambda Operations)
For the section test 10 (which contains 10 questions) should one assume, that the correct import statements already exist at the top of the class.
For example
Code: Select all
import java.util.Arrays;
import java.util.Comparator;
import java.util.List;
Question: Should one assume that the correct import statements have been added even though they do not appear in the exam?
Thank You.
()()()