Multiple Choice
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
Related Questions
Q3: Which of the following statements about abstract
Q4: Which keyword is used to specify that
Q9: A class that implements an interface but
Q13: Classes and methods are declared final for
Q15: If the superclass contains only abstract method
Q15: Which of the following does not complete
Q18: For which of the following would polymorphism
Q19: Consider classes A,B and C,where A is
Q23: Which of the following statements about interfaces
Q33: Interfaces can have _methods.<br>A) 0<br>B) 1<br>C) 2<br>D)