The abstract keyword is used to create an abstract class and can be used with methods. The interface keyword is used to create an interface , but cannot be used with methods.