Java Interface vs Abstract Class differences compared
Both the Java interface and abstract class contain abstract methods. An abstract method is nothing but a method without body and is terminated with a semicolon. Let us know the differences between an Interface and Abstract class in this Last Minute Java Tutorial.