Can static methods be overridden?
Answer Posted / durga
We can't override static methods,becoz static methods are loaded at class loading time,so it is class level.but we overload static methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the synonym of string?
What are different types of control structures?
What is the difference between error and an exception?
Why scanner is used in java?
What is the size of an array?
Which is faster string or stringbuilder?
What is factor r?
Can we execute a program without main() method?
What is the difference between overriding & overloading?
What is string args [] in java?
Why is a singleton bad?
How can you traverse a linked list in java?
What does it mean that a class or member is final?
What is the relationship between class and object?
Is there any difference between synchronized methods and synchronized statements?