Can static methods be overridden?
Answer Posted / sonu
No never we cannot override the static methods becouse overriding is done only run time and static methods get memory at compile time and static things not the part of object.
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
Explain about object oriented programming and its features?
What are the methods used to implement for the key object in the hash map?
What does substring mean?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
what is singleton in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What is the difference between access specifiers and access modifiers in java?
What is string [] java?
Is java good for beginners?
What is difference between hashset and hashmap?
Which eclipse is best for java?
What are the uses of java?
What about interrupt() method of thread class ?
What are daemon Threads in java?
Why singleton is not thread safe?