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
difference between ejb,struts,hibernate,spring and jsp
Is “abc” a primitive value?
Difference between loadclass and class.forname?
Explain the difference between object state and behavior?
Name three subclasses of the component class?
Which containers use a border layout as their default layout?
Are there books about seam?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What are the different types of exception?
what are the activation groupworks?
Explain phantom read?
What are transaction attributes?
What is permgen or permanent generation?
Define prototype?
What must a class do to implement an interface?