Multiple Choice
A Java interface is a(n) ____ between the interface designer and the programmer who codes a class that implements the interface.
A) precondition
B) postcondition
C) message
D) contract
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: A major reason for the popularity of
Q27: Which of the following statements is correct?<br>A)
Q28: The _ is thrown when a program
Q29: The _ represent error conditions that may
Q30: The combination of data together with its
Q32: The call to _ invokes the constructor
Q33: If no constructors are defined for a
Q34: Which of the following is a RuntimeException?<br>A)
Q35: _ errors are mistakes in your use
Q36: Java automatically applies the _ method to