Normal interface contains two or more abstract method. It can have any number of static and default methods and also even public methods of Object classes. you can declare variables which are public ...
A method in Java or Java Method is a collection of statements that perform some specific task and return the result to the caller. - Methods in Java allow us to reuse the code without retyping code. - ...