Multiple Choice
An interface and all of its method headings are normally declared to be:
A) public
B) private
C) protected
D) package access
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Why does Java only allow the inheritance
Q18: When using the clone method from an
Q19: Any constant variables defined in an interface
Q20: What are the rules of total ordering?
Q21: Inner and outer classes do not have
Q23: You can not derive an interface from
Q24: An interface specifies the headings and definitions
Q25: What are the obligations of a class
Q26: Java source code that contains a class
Q27: An interface is a type.