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

Verified
Correct Answer:
Verified
Related Questions
Q53: When an "is a" relationship exists between
Q54: In the following statement, which is the
Q55: Which of the following statements declares Salaried
Q56: If a class contains an abstract method:<br>A)
Q57: Look at the following code: Line 1
Q57: When declaring class data members it is
Q59: Look at the following code. Which line
Q60: What is wrong with the following code?<br>Public
Q62: Look at the following code. Which line
Q63: When an interface variable references an object,