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
Q6: The compiler and the run-time system enforces
Q12: Java interfaces are a way of simulating
Q20: If an inner class contains non static
Q20: What are the rules of total ordering?
Q21: The Comparable interface is in the _
Q23: You can not derive an interface from
Q24: In Java,a derived class can have _
Q25: A Java interface is an example of:<br>A)encapsulation<br>B)abstraction<br>C)polymorphism<br>D)all
Q26: An interface may contain:<br>A)instance variables<br>B)primitive variables<br>C)constant variables<br>D)all
Q28: What are two advantages to using inner