Let\'s say we have an interface as "ABC.java"
interface ABC { public void hello(); }
Now we have a class like "ABCimpl.jav