

MCQOPTIONS
Saved Bookmarks
1. |
What happens when we access the same variable defined in two interfaces implemented by the same class? |
A. | Compilation failure |
B. | Runtime Exception |
C. | The JVM is not able to identify the correct variable |
D. | The interfaceName.variableName needs to be defined |
Answer» E. | |