Page 1 of 1

What happens when a constructor is defined for an interface?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) Compilation failure
b) Runtime Exception
c) The interface compiles successfully
d) The implementing class will throw exception