Answer is D,
public class Test {
public static void main (String[] args) {
List<String> cs = Arrays.asList("Java", "Java EE", "Java ME");
boolean b = cs.stream().allMatch(w -> w.equals("Java"));
System.out.println(b);
}
}
This section is not available anymore. Please use the main Exam Page.1z0-809 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
pul26
Highly Voted 4 years agoasdfjhfgjuaDCV
Most Recent 9 months, 3 weeks agosteefaand
10 months, 3 weeks agoMahdiHamdii
2 years agoWilsonKKerll
2 years, 9 months agoTarik2190
3 years, 7 months agoSvetleto13
3 years, 7 months agolaura_lu93
3 years, 10 months ago