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
Q1: Which of the following statements is false?<br>A)
Q2: The UML distinguishes an interface from other
Q3: Which of the following statements about abstract
Q5: When a superclass variable refers to a
Q9: A class that implements an interface but
Q10: A(n) class cannot be instantiated.<br>A)final.<br>B)concrete.<br>C)abstract.<br>D)polymorphic.
Q11: Which of the following statements is false?<br>A)
Q14: Consider classes A, B and C, where
Q16: Which statement best describes the relationship between
Q19: Which of the following statements is false?<br>A)