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 ripple effect?
How primary key is implemented in Oracle?
How substring() method of string class create memory leaks?
Difference between loadclass and class.forname?
Name three component subclasses that support painting?
What is a session? Can you share a session object between different theads?
What is mdb and what is the special feature of that?
Where can I ask questions and make suggestions about seam?
How to pass parameters in RMI?
What is the difference between the font and fontmetrics classes?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Should synchronization primitives be used on bean methods?
To identify IDL language what mapping mechanism is used?
What must a class do to implement an interface?
What is the relationship between local interfaces and container-managed relationships?