Multiple Choice
A class that uses an interface must use the keyword:
A) Extends
B) Inherits
C) Super
D) Implements
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The Comparable interface is in the _
Q5: If an inner class contains non static
Q6: The compiler and the run-time system enforces
Q7: An inner class definition is local to
Q8: An interface may contain:<br>A)instance variables<br>B)primitive variables<br>C)constant variables<br>D)all
Q10: A class that implements an interface but
Q11: The compareTo method should return _ if
Q12: Java interfaces are a way of simulating
Q13: A common use of inner classes is
Q14: In Java,a derived class can have _