can a static method be overridden
Answer Posted / rrr
Static methods cannot be overridden
Static methods can only be hidden
Instance method call binding is done as per the object's type
Static methods call binding is done as per the reference's
type( regardless of whether it contains an object of a
subclass or not), quite similar to field binding.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Difference between swing and awt?
What is TL and its use?
Why are my checkboxes not being set from on to off?
Explain what is orm?
If your ui seems to freeze periodically, what might be a likely reason?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is the difference between the font and fontmetrics classes?
Do we need to override service() method
Are enterprise beans allowed to use thread.sleep()?
Why a component architecture for the java platform?
What is Remote Server?
Describe activation process?
What is the infobus?
Is infobus easy to use?
the same information whether it will connect to the database or it will be used previous information?