can a static method be overridden
Answer Posted / stranger
static method cannot be overridden.....bcoz the method is define by class not by object.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When a thread blocks on i/o, what state does it enter?
How are the elements of a borderlayout organized?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is the difference between static and non-static with examples?
What are the purpose of introspection?
Can we sent objects using Sockets?
What is a class loader? What are the different class loaders used by jvm?
What modifiers may be used with an inner class that is a member of an outer class?
Is the session factory thread safe?
Java is fully object oriented languages or not?
What does module-relative mean?
What is the purpose of the notifyall() method?
What is the immediate superclass of the applet class?
How messaging services are done, before release of JMS?
How substring() method of string class create memory leaks?