Multiple Choice
Which statement about methods in an interface is true?
A) All methods in an interface are automatically private.
B) All methods in an interface are automatically public.
C) All methods in an interface are automatically static.
D) All methods in an interface must be explicitly declared as private or public.
Correct Answer:

Verified
Correct Answer:
Verified
Q62: What does the MouseAdapter class provide?<br>A) MouseAdapter
Q63: Consider the following code snippet: public static
Q64: To use an interface, a class header
Q65: Consider the following code snippet: public class
Q66: To build a user interface that contains
Q68: Consider the following code snippet: public class
Q69: Which of the following statements about interfaces
Q70: You wish to detect when the mouse
Q71: Which of the following statements about interfaces
Q72: Consider the following code snippet: public class