Can we override static methods?
Answer Posted / n.suresh babu
Yes, Static Methods can be overridden but it won't give
overridden behaviour. Overiding execution happens based on
the runtime object.
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
What is the point of polymorphism java?
What is stringbuffer in java?
What are dot operator queries?
Explain the advantages of packages in java?
Can we clone singleton object in java?
What is set in java?
Can we override singleton class?
Explain the protected field modifier?
What is a local, member and a class variable?
How many ways can we create singleton class?
What do you mean by stream pipelining in java 8?
Can we overload the methods by making them static?
What is difference between path and classpath variables?
What are autoboxing and unboxing? When does it occur?
How infinite loop is declared?