Multiple Choice
Which of the following statements about interfaces is NOT true?
A) Interfaces can make code more reusable.
B) Interface types can be used to define a new reference data type.
C) Interface types can be used to express common operations required by a service.
D) Interfaces have both private and public methods.
Correct Answer:

Verified
Correct Answer:
Verified
Q66: To build a user interface that contains
Q67: Which statement about methods in an interface
Q68: Consider the following code snippet: public class
Q69: Which of the following statements about interfaces
Q70: You wish to detect when the mouse
Q72: Consider the following code snippet: public class
Q73: _ can reduce the coupling between classes.<br>A)
Q74: Which of the following statements about an
Q75: _ occurs when a single class has
Q76: In Java, _ can be used for