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 does a boolean method return?
What do you understand by classes in java?
Explain about class in java?
What is the default execution method in java?
What is the collections api in java programming?
Can a method be static?
What is treeset in java?
Why webdriver is an interface?
Can we catch more than one exception in single catch block?
What is fail fast in java?
How do you override a method?
What is the difference between class forname and new?
How do you include a string in java?
Can we have a method name same as class name in java?
What is return data type?