Multiple Choice
A static field is created by placing:
A) the key word static after the field name
B) the key word static after the access specifier and before the field's data type
C) the key word static after the access specifier and field's data type
D) it in a static field block
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: If the this variable is used to
Q7: An instance of a class does not
Q15: Look at the following declaration: enum Tree
Q16: Enum constants have a toString method.
Q17: Which of the following is NOT true
Q18: Look at the following declaration: enum Tree
Q20: CRC stands for:<br>A) Code, Reuse, Constancy<br>B) Class,
Q23: The only limitation that static methods have
Q31: You cannot use the == operator to
Q45: When an object is passed as an