Can we override static methods?
Answer Posted / yogesh gandhi
Thanks for addition.
You are correct.
Static method cannot be overridden.
Overloading of static methods is possible.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you format in java?
What is nested top-level class?
Which arithmetic operations can result in the throwing of an arithmeticexception?
explain multi-threading in java?
Can we override private constructor in java?
Is sizeof a keyword in java programming?
What is singleton class in ruby?
Can you declare the main method as final?
Who is the owner of java?
Explain jdk, jre and jvm?
Which is better arraylist or vector?
What is the transient keyword?
Write a java program to count the number of words present in a string?
Why do we declare a class static?
Why do we need singleton class?