Multiple Choice
A static method can ________.
A) call only other static methods of the same class directly
B) manipulate only static fields in the same class directly
C) be called using the class name and a dot (.)
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Method calls cannot be distinguished by _.<br>A)
Q10: A set of named constants that start
Q11: Consider the following Java statements: <br>int x
Q12: Which of the following statements is false?<br>A)
Q13: The parameter list in the method header
Q15: Which of the following is not a
Q16: Which of the following can be an
Q17: Which of the following primitive types is
Q18: Overloaded methods always have the same _.<br>A)
Q19: Which statement creates a random value from