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


Please Help Members By Posting Answers For Below Questions

If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

656


What modifiers may be used with an inner class that is a member of an outer class?

677


What is scalable, portability in the view of J2EE?

1988


What is metaspace?

654


Why won’t the jvm terminate when I close all the application windows?

854






Write a singleton program?

675


Why is actionform a base class rather than an interface?

650


Explain the advantages and disadvantages of detached objects.

668


what are memory considerations of jsp compares to other web components?

6125


what is a portable component?

1564


What value does readline() return when it has reached the end of a file?

691


Which are the different segments of memory?

688


What is the difference between RMI and Corba?

2371


Why use POJO when I can use hashmap

2152


How primary key is implemented in Oracle?

2026