Multiple Choice
The method that must be implemented in a class using the Comparable interface is:
A) public Object compareToObject other)
B) public Boolean compareToObject other)
C) public int compareToObject other)
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: An interface and all of its method
Q23: You can not derive an interface from
Q24: An interface specifies the headings and definitions
Q25: What are the obligations of a class
Q26: Java source code that contains a class
Q27: An interface is a type.
Q28: What are two advantages to using inner
Q29: What is an anonymous class?
Q30: The Serializable interface is like all the
Q32: When defining an inner class to be