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
Is there a guarantee of uniqueness for entity beans?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Are enterprise beans allowed to use thread.sleep()?
whats is mean by tiles in struts
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What is the relationship between local interfaces and container-managed relationships?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Name the eight primitive java types.
Why does the option tag render selected=selected instead of just selected?
Which are the different segments of memory?
Do I need to import javlang package any time? Why ?
What is the difference between ear, jar and war file?
Do we need to override service() method
What is message driven beam?
what is a portable component?