exam questions

Exam 1z0-809 All Questions

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

Exam 1z0-809 topic 1 question 120 discussion

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

Assume customers.txt is accessible and contains multiple lines.
Which code fragment prints the contents of the customers.txt file?

  • A. Stream<String> stream = Files.find (Paths.get ("customers.txt")); stream.forEach((String c) -> System.out.println(c));
  • B. Stream<Path> stream = Files.find (Paths.get ("customers.txt")); stream.forEach( c) -> System.out.println(c));
  • C. Stream<Path> stream = Files.list (Paths.get ("customers.txt")); stream.forEach( c) -> System.out.println(c));
  • D. Stream<String> lines = Files.lines (Paths.get ("customers.txt")); lines.forEach( c) -> System.out.println(c));
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
jduarte
Highly Voted 3 years, 6 months ago
the correct answer is D
upvoted 7 times
...
asdfjhfgjuaDCV
Most Recent 4 months, 3 weeks ago
D is the answer
upvoted 1 times
...
steefaand
5 months, 3 weeks ago
Selected Answer: D
D is correct.
upvoted 1 times
...
duydn
10 months, 2 weeks ago
Selected Answer: D
Files.lines(path) return a Stream so D is correct
upvoted 1 times
...
MahdiHamdii
1 year, 7 months ago
Selected Answer: D
The correct answer is D!!.
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