What happens when a constructor is defined for an interface?
(a) Compilation failure
(b) Runtime Exception
(c) The interface compiles successfully
(d) The implementing class will throw exception
I have been asked this question in examination.
This question is from Interfaces in portion Interfaces & Packages of Java