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 are the steps to write p-to-p model application?
What is JTS?
What is message driven beam?
Why use POJO when I can use hashmap
Which textcomponent method is used to set a textcomponent to the read-only state?
Explain what is orm?
What restrictions are placed on the values of each case of a switch statement?
Have you used threads in Servelet?
Why doesn’t the focus feature on the tag work in every circumstance?
What is a session? Can you share a session object between different theads?
Difference between new operator and class.forname().newinstance()?
What are JTA/JTS and how they used by client?
What is the argument type of a programs main() method?
Are we allowed to change the transaction isolation property in middle of a transaction?
How can I avoid validating a form before data is entered?