interface A {
public static final int X = 5;
}

class TestResult implements A {
void testresult() {
int x = TestResult.X;
}
}

Submitted on 19 June 2005 at 16:56

Log in to post comments