Upgrade to Java SE 8 OCP ( Java SE 6 and all prior versions) (1Z0-813)

© examsiri.com
Question : 6 of 8
 
Marks: +1, -0
Given the code fragment:
Arrays.asList("Fred", "Jim", "Sheila")
  .stream()
  .peek(System.out::println)
  .allMatch(s -> s.startsWith("F"));

What is the result?
Go to Question: