exam questions

Exam 1z0-809 All Questions

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

Exam 1z0-809 topic 1 question 33 discussion

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

Given that course.txt is accessible and contains:

Course : : Java -
and given the code fragment:
public static void main (String[ ] args) {
int i;
char c;
try (FileInputStream fis = new FileInputStream ("course.txt");
InputStreamReader isr = new InputStreamReader(fis);) {
while (isr.ready()) { //line n1
isr.skip(2);
i = isr.read ();
c = (char) i;
System.out.print(c);
}
} catch (Exception e) {
e.printStackTrace();
}
}
What is the result?

  • A. ur :: va
  • B. ueJa
  • C. The program prints nothing.
  • D. A compilation error occurs at line n1.
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
adnano1234
Highly Voted 4 years, 6 months ago
The answer is : ueJa
upvoted 6 times
...
Destroyer
Highly Voted 4 years, 7 months ago
The answer is B
upvoted 5 times
...
asdfjhfgjuaDCV
Most Recent 4 months, 3 weeks ago
B is the answer
upvoted 1 times
...
r1muka5
1 year, 5 months ago
Correct answer is B
upvoted 1 times
...
M_Jawad
4 years, 6 months ago
answer is ue ja
upvoted 2 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