Multiple Choice
In Java SE 7 and earlier, an interface may contain:
A) private static data and public abstract methods.
B) only public abstract methods.
C) public static final data and public abstract methods.
D) private static data and public final methods.
Correct Answer:

Verified
Correct Answer:
Verified
Q15: For which of the following would polymorphism
Q16: Which statement best describes the relationship between
Q17: If the superclass contains only abstract method
Q18: Which of the following is not possible?<br>A)
Q19: Which of the following statements is false?<br>A)
Q21: Declaring a method final means:<br>A) it will
Q22: Polymorphism enables you to:<br>A) program in the
Q23: Which of the following could be used
Q24: The UML distinguishes an interface from other
Q25: Consider the abstract superclass below: <br>public abstract