What will happen if we provide concrete implementation of method in interface?
(a) The concrete class implementing that method need not provide implementation of that method
(b) Runtime exception is thrown
(c) Compilation failure
(d) Method not found exception is thrown
I had been asked this question during a job interview.
This interesting question is from Interfaces in portion Interfaces & Packages of Java