Can we override static methods?
Answer Posted / n.suresh babu
Yes, Static Methods can be overridden but it won't give
overridden behaviour. Overiding execution happens based on
the runtime object.
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
What is synchronization and why is it important in java programming?
What does super keyword do?
What is the difference between form & report?
What is difference between jdk,jre and jvm?
Is call by reference possible in java?
Is static a keyword in java?
Which collection does not allow duplicates in java?
Can a string be null?
What about interrupt() method of thread class ?
What’s the difference between unit, integration and functional testing?
Can anonymous class have constructor?
Can we extend singleton class?
What is the difference between length and length () in java?
What is void class in java?
Which class is the superclass for every class in java programming?