Answer Posted / prathyusha
Static Method methods are class methods (doesnot belong to
particular Object) so the concept of runtime polymorphism
doesn't arise here..
Staic void dostuff() method is actually redefined in
subclass but not overridden..
Hence Static methods can NEVER be overridden
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different methods of identifying an object?
difference between ejb,struts,hibernate,spring and jsp
Difference between swing and awt?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Explain phantom read?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
what is a non-repeatable read?
What is the argument type of a programs main() method?
Can I use multiple html form elements with the same name?
Is a class a subclass of itself?
Why is string immutable in java?
How are the elements of a borderlayout organized?
What are the difference between RMI and CORBA?
Are enterprise beans allowed to use thread.sleep()?
What does module-relative mean?