can a static method be overridden
Answer Posted / nitasha
Static methods are not overriden, they are hidden by static
method in subclass. Check out the link:
http://www.xyzws.com/javafaq/can-static-methods-be-overridden/1
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is the infobus?
What is the RMI and Socket?
Which component handles cluster communication in jboss?
What is a session? Can you share a session object between different theads?
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?
What are the oops concept?
Difference between hashmap and hashtable?
To identify IDL language what mapping mechanism is used?
Describe, in general, how java's garbage collector works?
What is Remote Server?
What is the immediate superclass of the applet class?
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?
What do you need to set-up a cluster with jboss?
What is the purpose of the notify() method?
How task's priority is used in scheduling?