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
Differentiate between stringbuffer and string?
What is generic type?
What is the purpose of extern variable?
Is there a jre for java 11?
What is initial size of arraylist in java?
If an object is garbage collected, can it become reachable again?
Which package has light weight components?
What is this () in java?
What is constructor chaining in java?
Can a private method be declared as static?
Which package is imported by default?
difference between byte stream class and character stream class?
What are java packages? What's the significance of packages?
What is space character in java?
What is meant by final class?