By screener
via javarevisited.blogspot.com.au
Submitted: Mar 20 2013 / 08:53
Can we override or overload static method in Java, is a popular question during Java Interviews. It's often confusing, because you can declare similar methods in sub class. That's known as method hiding. By the way, it also worth knowing why static methods can not be overridden in Java.
Add your comment