Contact: aviboots(AT)netvision.net.il
39,887 questions
51,814 answers
573 users
No, we cannot override the static method in Java. Since dynamic binding is used at runtime for method overriding while static methods are bonded via static binding at compile time.