Answer Posted / sushant
@ guys above.... if you don't know the exact vcorrect
answers don't put your guesses here so as to confuse people
further.
static method can NEVER be overridden.
Static method in a way are hidden and are called on the
Class itself not on the instance.You can do it but it
implicitly calls the static methods on the class.
Overriding doesn't just mean having the same method name in
the subclass as it is in the superclass. You can still have
the same method name in the subclass but it is not
overriding the superclass method and it is not polymorphism
as well. For more info please google on this.
static method can NEVER be overridden.
-Sushant
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the argument type of a programs main() method?
Java is fully object oriented languages or not?
which type of objects reference will be given to client?
Why are my checkboxes not being set from on to off?
Difference between swing and awt?
How would you detect a keypress in a jcombobox?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What are the design considerations while making a choice between using interface and abstract class?
How will you pass parameters in RMI? Why do you serialize?
What are the call back methods in entity bean?
What is jboss?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What do you mean by Socket Programming?
Can I run seam outside of jboss as?
Which component handles cluster communication in jboss?