xxxxxxxxxx
no, this is why you cannot use static methods in interfaces.
xxxxxxxxxx
No, we cannot override static methods
because method overriding is based on dynamic binding
at runtime and the static methods are bonded using static
binding at compile time. So, we cannot override static methods.