Contact: aviboots(AT)netvision.net.il
39,885 questions
51,811 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.