can a static method be overridden
Answer Posted / lakshmanan n
Static methods can be overriden but why do you want to call
the static methods thro instance of the subclass or super
class.
If it is a static method.
call those methods like the following...
SuperClassName.methodName()
SubClassName.methodName()
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What is the difference between RMI registry and OS Agent?
What is permgen or permanent generation?
What is the immediate superclass of the applet class?
Explain ioc concept?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is bean? Where can it be used?
How to deploy Jar, War files in J2EE?
What are the difference between RMI and CORBA?
What is the relationship between the canvas class and the graphics class?
Why use a datasource when you can directly specify a connection details?
What do you need to set-up a cluster with jboss?
Is jvm a overhead?
what are RemoteObjects?