Multiple Choice
The Comparable interface is in the ______________ package.
A) java.util
B) java.io
C) java.awt
D) java.lang
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: A class may only implement one interface.
Q6: The compiler and the run-time system enforces
Q12: Java interfaces are a way of simulating
Q20: If an inner class contains non static
Q23: An interface and all of its method
Q24: An interface specifies the headings and definitions
Q24: In Java,a derived class can have _
Q25: A Java interface is an example of:<br>A)encapsulation<br>B)abstraction<br>C)polymorphism<br>D)all
Q26: An interface may contain:<br>A)instance variables<br>B)primitive variables<br>C)constant variables<br>D)all
Q28: What are two advantages to using inner