posted 21 years ago
I have some concerns regarding a question I saw at javacertificate.com. Here's the question.
I believe the answer is (4), since the class Computer is supposed to implement the Comparable interface, but neither implements " int compare(Object, Object) " nor is declared abstract. But according to javacertificate.com, the answer is (2). What am I missing, or is javacertificate.com wrong? Thanks.