Multiple Choice
All fields declared in an interface __________.
A) have protected access
B) must be initialized in the class implementing the interface
C) have private access
D) are treated as final and static
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: When a subclass overrides a superclass method,
Q44: In the following code, which line in
Q45: In the following code, what is missing
Q46: Which of the following is true about
Q47: An abstract class is not instantiated itself
Q49: In the following statement, which is the
Q50: Which of the following shows the inheritance
Q51: Protected class members can be denoted in
Q52: If a class contains an abstract method
Q53: _ tells the Java compiler that a