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
Do you think that java should have had pointers?
what is handle?
why static class in java
What state does a thread enter when it terminates its processing?
What is bean? Where can it be used?
What is ioc concept & explain it?
what is a portable component?
Brief description about local interfaces?
Do I need to import javlang package any time? Why ?
Define aop(assepct oriented programing)?
What is the difference between the session.get() method and the session.load() method?
What is scalable, portability in the view of J2EE?
Which class is the immediate superclass of the menucomponent class?
How a component can be placed on Windows?
What is jboss?