Can A Non-abstract Class Implement An Interface?

Can A Non-abstract Class Implement An Interface? Interfaces can not extend a class or implement an Interface. An interface can extend another Interface. A non-abstract class which is implementing an Interface needs to follow some rules. This class needs to provide the concrete implementation of all abstract method. Can we use non-abstract method in interface?