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 is local interface. How values will be passed?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is permgen or permanent generation?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Difference between swing and awt?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is metaspace?
What is a sessionfactory? Is it a thread-safe object?
what is a non-repeatable read?
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??
What is TL and its use?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
How are commas used in the intialization and iteration parts of a for statement?
What class is used to create Server side object ?
Will the general public have access to the infobus apis?