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)- A16% (8)
- B2% (1)
- C71% (35)
- D6% (3)
- E4% (2)
Community Discussion
No community discussion yet for this question.