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 class is used to create Server side object ?
which book is better for jdbc ,servlets and jsp
Explain about RMI Architecture?
What is ripple effect?
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 the difference between java class and bean?
what are the activation groupworks?
For which statements does it make sense to use a label?
What if the static modifier is removed from the signature of the main method?
Do I need to import javlang package any time? Why ?
Can I run seam outside of jboss as?
What is the RMI and Socket?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Have you used threads in Servelet?
Name three component subclasses that support painting?