exam questions

Exam 1z0-819 All Questions

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

Exam 1z0-819 topic 1 question 59 discussion

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

Given:



Why does D cause a compilation error?

  • A. D does not define any method.
  • B. D inherits a() only from C.
  • C. D inherits a() from B and C but the return types are incompatible.
  • D. D extends more than one interface.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
ASPushkin
6 months ago
Selected Answer: C
Compilation error : types C and B are incompatible; both define a(), but with unrelated return types a() in C and B should have co-variant return type is based on Liskov substitution principle. Lets say types Collection and ArrayList will be co-variant
upvoted 1 times
...
tmuralimanohar
1 year, 7 months ago
Answer: C
upvoted 1 times
...
Stavok
1 year, 8 months ago
Selected Answer: C
C is correct The return types are incompatible for the inherited methods B.a(), C.a()
upvoted 1 times
...
RP384
1 year, 11 months ago
Selected Answer: C
C is correct
upvoted 1 times
...
Ankit1010
2 years ago
C is the correct option
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