exam questions

Exam 1z0-809 All Questions

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

Exam 1z0-809 topic 1 question 25 discussion

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

Given:
class FuelNotAvailException extends Exception { }
class Vehicle {
void ride() throws FuelNotAvailException { //line n1
System.out.println("Happy Journey!");
}
}
class SolarVehicle extends Vehicle {
public void ride () throws Exception { //line n2
super ride ();
}
}
and the code fragment:
public static void main (String[] args) throws FuelNotAvailException, Exception {
Vehicle v = new SolarVehicle ();
v.ride();
}
Happy Journey!?
Which modification enables the code fragment to print
line n1 with public void ride() throws FuelNotAvailException {

  • A. Replace line n1 with protected void ride() throws Exception {
  • B. Replace line n2 with void ride() throws Exception {
  • C. Replace line n2 with private void ride() throws FuelNotAvailException {
  • D. Replace
Show Suggested Answer Hide Answer
Suggested Answer: Emp class: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
rameasy
Highly Voted 3 years, 12 months ago
Ans: A. Tested.
upvoted 5 times
...
asdfjhfgjuaDCV
Most Recent 4 months, 3 weeks ago
A is the correct answer
upvoted 1 times
...
steefaand
5 months, 3 weeks ago
Selected Answer: A
A is correct.
upvoted 1 times
...
iSnover
5 months, 3 weeks ago
Selected Answer: A
Answer is A. Tested.
upvoted 1 times
...
johnchen88
4 years, 6 months ago
The Correct Answer should be D. Replace (replace n2 with throws FuelNotAvailException, and replace super ride () with (super.ride ())
upvoted 1 times
...
adnano1234
4 years, 6 months ago
Replaces line n1 with public void ride() throws FuelNotAvailException {
upvoted 2 times
...
thetech
4 years, 8 months ago
Answer is A. Tested.
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