nerdexam
Oracle

1Z0-804 · Question #13

Given the two Java classes: Which two code snippets, added independently at line ***, can make the Buzzword class compile?

The correct answer is C. this ("Buzzword"); F. super ("Buzzword"). See the full explanation below for the reasoning.

Question

Given the two Java classes:

Which two code snippets, added independently at line ***, can make the Buzzword class compile?

Options

  • Athis ();
  • Bthis (100);
  • Cthis ("Buzzword");
  • Dsuper ();
  • Esuper (100);
  • Fsuper ("Buzzword");

How the community answered

(49 responses)
  • A
    16% (8)
  • B
    2% (1)
  • C
    71% (35)
  • D
    6% (3)
  • E
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-804 Practice