can a static method be overridden
Answer Posted / rama devi
Static method will be represented by class, not by objects.
Overriding technique will be for objects; Even if we have
same method in the sub class also that will be a static
method for that class
| Is This Answer Correct ? | 31 Yes | 8 No |
Post New Answer View All Answers
What is the immediate superclass of the applet class?
Describe activation process?
What are the different methods of identifying an object?
What is local interface. How values will be passed?
What is the difference between session and entity beans?
How would you create a button with rounded edges?
Can we sent objects using Sockets?
What are the oops concept?
What is the argument type of a programs main() method?
How a component can be placed on Windows?
How to pass parameters in RMI?
What is abstract schema?
Do I need to import javlang package any time? Why ?
Are enterprise beans allowed to use thread.sleep()?
Explain ioc concept?