can a static method be overridden
Answer Posted / naveen
Abid Mehmood you are absolutely correct. You can't override a static method to a non static method.
Static method can be overridden unless the method is declared final.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name three subclasses of the component class?
For which statements does it make sense to use a label?
What is the difference between RMI registry and OS Agent?
Define the remote object implementation?
What are transaction attributes?
What is aop(assepct oriented programing)?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What are the difference between RMI and CORBA?
Can I have an action without a form?
Why won’t the jvm terminate when I close all the application windows?
What value does read() return when it has reached the end of a file?
Which class is the immediate superclass of the menucomponent class?
Which javutil classes and interfaces support event handling?
How is a java object message delivered to a non-java client?
What is difference between object state and behavior?