Oracle
1Z0-811
120 Minutes
75
Java Foundations
A: private static int numberOfSquares = 20;
B: public static int counter = 0;
C: private Measure cm;
D: public int size = 10;
E: int scale = 35;
A: array
B: true
C: this
D: exception
E: string
A: It must be declared with an access modifier.
B: It cannot be defined within another method.
C: It must accept a parameter and return a value.
D: It cannot be defined as static final.