static method can be overloaded or overriden in Java?
- by Cricandcric.com
Can any one please tell me the following questions
1) can a static method can be overloaded?
2) Can a Static method can be overriden?
3) why they can't be done, if answer is no for the above questions?
4) I read that implicitly static is final? is that true?