Page 1 of 1

What will happen if we provide concrete implementation of method in interface?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
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