Can you override static method in java?
Answer / 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 |
Can static methods be overridden?
Is list ordered in java?
How do you control extraneous variables?
How can you add and remove nodes in jtree?
What are the advantages of functions?
What does @param args mean in java?
Is jdk required on each machine to run a java program?
What are the states of thread in java?
What is hypertext?
Are the equals() and hashCode() protected methods of object class?
What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?
Are there any tools available in java to create reports?