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
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What modifiers may be used with an inner class that is a member of an outer class?
What is scalable, portability in the view of J2EE?
What is metaspace?
Why won’t the jvm terminate when I close all the application windows?
Write a singleton program?
Why is actionform a base class rather than an interface?
Explain the advantages and disadvantages of detached objects.
what are memory considerations of jsp compares to other web components?
what is a portable component?
What value does readline() return when it has reached the end of a file?
Which are the different segments of memory?
What is the difference between RMI and Corba?
Why use POJO when I can use hashmap
How primary key is implemented in Oracle?