A
final method
can't be overridden. That defies the purpose of having an
interface if you cannot actually implement the method. All variables are implicitly public static and
final in
interfaces. Prior to
Java 8, you
can't create static methods in
interfaces.May 20, 2012
read more >>