Multiple Choice
Java automatically stores a __________ value in all uninitialized static member variables.
A) 0
B) -1
C) null
D) false
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: Enumerated types have the _ method which
Q22: enum constants have a toString method.
Q23: An enumerated data type is actually a
Q24: The "has a" relationship is sometimes called
Q25: A class that is defined inside another
Q27: Given the following method header, what will
Q28: If the following is from the method
Q29: You cannot use the fully-qualified name of
Q30: If a class has a method named
Q31: You cannot use the == operator to