Answer Posted / sagar kathane
yes we can override static methods in java. and it is called method hiding because it hides parent method and reflex whatever changes have been done in child class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does system.gc() and runtime.gc() methods do?
Can you override a final method?
How does class forname work in java?
What is the collection interface?
What is a lambda expression ? What's its use ?
Why do we need strings in java?
what is an objects lock and which objects have locks? : Java thread
Can we have this () and super () together?
What are the basic interfaces of java collections framework?
Name few java 8 annotations ?
What is predicate in java?
What is the use of coding?
what is predefined function in java?
What is a java list?
How do you convert an int to a double in java?