Answer Posted / prathyusha
Static Method methods are class methods (doesnot belong to
particular Object) so the concept of runtime polymorphism
doesn't arise here..
Staic void dostuff() method is actually redefined in
subclass but not overridden..
Hence Static methods can NEVER be overridden
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain ioc concept?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Explain about RMI Architecture?
What are the different algorithms used for clustering?
Have you used threads in Servelet?
What is a clone?
What is the difference between session and entity beans?
What are the different class loaders used by jvm?
Explain the difference between object state and behavior?
What is difference between object state and behavior?
What do you know about seam?
Can I run seam outside of jboss as?
What is ioc concept & explain it?
What is Stream Tokenizer?
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??