Java Interface Tutorial with Rules and Examples
Java Interface is nothing but a 100% abstract class and the keyword used to define it is the "interface". Interfaces simply declare all the abstract methods which are to be implemented by the implementing class. Let us know more about interfaces in this Last Minute Java Tutorial.