

MCQOPTIONS
Saved Bookmarks
1. |
What happens when constructor is defined for an interface? |
A. | Compilation failure |
B. | Runtime Exception |
C. | The interface compiles successfully |
D. | The implementing class will throw exception |
Answer» B. Runtime Exception | |