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
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Java is fully object oriented languages or not?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is metaspace?
Have you used threads in Servelet?
Name the eight primitive java types.
whats is mean by connectionpooling
To what value is a variable of the string type automatically initialized?
what is handle?
Explain about RMI Architecture?
How substring() method of string class create memory leaks?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Is infobus easy to use?
What are JTA/JTS and how they used by client?
Brief description about local interfaces?