Q: what kind of object
A: All objects are instance of the Comparable interface

Q: what is Object
A: A java class defined in the API doc. See: Java Platform SE 7

Q:what does Comparable...