implements keyword in Java

To access the interface methods, the interface must be "implemented" by another class with the implements keyword (instead of extends). The body of the interface method is provided by the "implement" class.