Oracle
1Z0-809 · Question #100
1Z0-809 Question #100: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-809 to reveal the answer and full explanation for question #100. The question stem and answer options stay visible for context.
Question
Given the code fragment
class Test2 {
int fvar;
static int cvar;
public static void main(String[] args) {
Test2 t = new Test2();
// insert code here to write field variables
}
}
Which code fragments, inserted independently, enable the code compile?
Options
- At.fvar = 200; cvar = 400;
- Bcvar = 400; t.fvar = 200;
- Cthis.fvar = 200; this.cvar = 400;
- Dt.var = 200; Test2.cvar = 400;
- Et.fvar = 200; Test2.cvar = 400;
- Fthis.fvar = 200; Test2.cvar = 400;
Unlock 1Z0-809 to see the answer
You've previewed enough free 1Z0-809 questions. Unlock 1Z0-809 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.