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
What class is used to create Server side object ?
How to pass parameters in RMI?
Do I have to use jsps with my application?
What is ripple effect?
What are the pros and cons of detached objects?
Are enterprise beans allowed to use thread.sleep()?
Explain the steps in details to load the server object dynamically?
Where can I find seam examples and documentation?
Define the remote object implementation?
how do you Handle Front End Application data against DB with example?
what is a portable component?
What is the purpose of the notifyall() method?
Name the eight primitive java types.
What is the purpose of the notify() method?
What is glasgow?