Multiple Choice
The compareTo method should return _____________ if the calling object equals the parameter.
A) A negative number
B) Zero
C) A positive number
D) Null
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: A common use of inner classes is
Q5: The method that must be implemented in
Q6: A class that uses an interface must
Q8: A class that implements an interface but
Q12: Any constant variables defined in an interface
Q13: When defining an inner class to be
Q21: Inner and outer classes do not have
Q25: What are the obligations of a class
Q26: Java source code that contains a class
Q29: What is an anonymous class?