exam questions

Exam 1z0-819 All Questions

View all questions & answers for the 1z0-819 exam

Exam 1z0-819 topic 1 question 115 discussion

Actual exam question from Oracle's 1z0-819
Question #: 115
Topic #: 1
[All 1z0-819 Questions]

Given the content from the course.txt file:



Given the code fragment:



Which code fragment at line 1 prints the lines that contain Java from the course.txt file?

  • A.
  • B.
  • C.
  • D.
  • E.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
bf8f3be
2 weeks, 5 days ago
Selected Answer: E
La b devuelve un booleano y no las lineas que se desean
upvoted 1 times
...
d7bb0b2
6 months, 1 week ago
E is correct: A: readAllLines return a List<String> not Stream<String> //not compilee B: print true C: print true false true D: not compile because contains return true and is expected list<string> So E is correct answer readAllLines return a stream that is filter only lines "java" and print that elements 123:Java:1 124:Java Server Pages:3
upvoted 1 times
...
Stavok
12 months ago
Selected Answer: E
E is Correct
upvoted 1 times
...
KiraguJohn
1 year ago
E Files.lines(filePath).filter(s->s.contains("Java")).forEach(System.out::println);
upvoted 1 times
...
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago