static method can be overloaded or overriden in Java?

Posted by Cricandcric.com on Stack Overflow See other posts from Stack Overflow or by Cricandcric.com
Published on 2010-05-11T08:40:32Z Indexed on 2010/05/11 8:44 UTC
Read the original article Hit count: 177

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about static