For what version of Java is it planned to implement the possibility to override static methods?
For what year it would be?
How to achieve similar thing in Java 8?
Is there some hack for Oracle JVM?
Are there some other virtual machines or compilers, able to override static methods?
I see that there is confusion about word "static" in java. What I am really looking for, is the methods of the class, (it is irrelevant, if you name them "static method", "class method" or anything else..)