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

What is clustering? What are the different algorithms used for clustering?

569


how i secure my site with the https protocol.what are the steps?

1727


when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??

1093


Will the general public have access to the infobus apis?

519


What is TL and its use?

1982






What is metaspace?

538


Can I map more than one table in a cmp?

585


what are the advantages of JTA over JTS?

1661


How to determine SGA site?

1900


What is the relation between the infobus and rmi?

549


What are various types of class loaders used by jvm?

489


What is in-memory replication?

547


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

531


What is the difference between the session.get() method and the session.load() method?

593


What is the difference between RMI registry and OS Agent?

622