ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Can u override a static method?

No...
the reason is that the static method is a Class method that can be called before the object of the class is created.so the class method is differ from the instance methods.thats why we can’t  override the static method, only instance methods are  overridden.
Related Posts Plugin for WordPress, Blogger...
Flag Counter