abstract class can have abstract as well as concrete methods whereas an interface can have only abstarct methods.
interface can have only final and static variables whereas this is not the case with...