exam questions

Exam 1z0-809 All Questions

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

Exam 1z0-809 topic 1 question 17 discussion

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

Given:
public class Canvas implements Drawable {
public void draw () { }
}
public abstract class Board extends Canvas { }
public class Paper extends Canvas {
protected void draw (int color) { }
}
public class Frame extends Canvas implements Drawable {
public void resize () { }
}
public interface Drawable {
public abstract void draw ();
}
Which statement is true?
Board does not compile.
A.
Paper does not compile.
B.
Frame does not compile.
C.
Drawable does not compile.
D.
E. All classes compile successfully.

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 5 years ago
Answer is E
upvoted 7 times
...
M_Jawad
Highly Voted 5 years ago
All classes compile successfully , Tested
upvoted 7 times
...
vidhuharu
Most Recent 3 months, 1 week ago
answer is E
upvoted 1 times
...
steefaand
11 months, 1 week ago
E is correct.
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