Multiple Choice
Which of the following statements about an interface is true?
A) An interface has methods and instance variables.
B) An interface has methods but no instance variables.
C) An interface has neither methods nor instance variables.
D) An interface has both public and private methods.
Correct Answer:

Verified
Correct Answer:
Verified
Q43: What role does an interface play when
Q44: Which of the following is an event
Q45: Which of the following statements about a
Q46: Consider the following code snippet: public class
Q47: Consider the following declarations: public interface Encryptable<br>{<br>Void
Q49: Consider the following code snippet: public class
Q50: A method that has no implementation is
Q51: Which of the following is a good
Q52: Suppose you are writing an interface called
Q53: The methods of a/an _ describe the