Multiple Choice
The only limitation that static methods have is __________.
A) they must be declared outside of the class
B) they cannot refer to nonstatic members of the class
C) they can only be called from static members of the class
D) they can refer only to nonstatic members of the class
Correct Answer:

Verified
Correct Answer:
Verified
Q12: To compare two objects in a class,
Q13: Both instance fields and instance methods are
Q14: If you write a toString method for
Q15: The key word this is the name
Q16: The whole-part relationship created by object aggregation
Q18: Given the following declaration: enum Tree (
Q19: A class's static methods do not operate
Q20: The JVM periodically performs the _ process
Q21: Enumerated types have the _ method which
Q22: enum constants have a toString method.