Java Interview Questions


Q:

Is it possible to override static method?

 
A: No it is not possible to override a static method. This because there is only 1 instance of a static method.
This question has been sourced from the 15 Most tricky java interview Questions on mywalkin .

Java Interview Questions