can a static method be overridden
Answer Posted / pradeep chawla
static methodes never be overridden because for static
variables memory alloted in jvm stack,for instance variables
memory will allotted in heap
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the diffrence between a local-tx-datasource and a xa-datasource?
Explain about RMI Architecture?
how i secure my site with the https protocol.what are the steps?
What class is the top of the awt event hierarchy?
What is the relationship between an event-listener interface and an event-adapter class?
Is it possible to stop the execution of a method before completion in a sessionbean?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is the difference between the string and stringbuffer classes?
Name three component subclasses that support painting?
What are the purpose of introspection?
If your ui seems to freeze periodically, what might be a likely reason?
What value does read() return when it has reached the end of a file?
What are externizable interface?
Brief description about local interfaces?