can a static method be overridden
Answer Posted / sandya
Hi, Narasimha Rao Bodagala
I didnt get u. can u please explain once?
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Is the infobus client side only?
What modifiers may be used with an interface declaration?
Why is actionform a base class rather than an interface?
What event results from the clicking of a button?
What are JTA/JTS and how they used by client?
What is the difference between java class and bean?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Why use POJO when I can use hashmap
What is the difference between RMI registry and OS Agent?
What is prototype?
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!
Do you think that java should have had pointers?
Difference between new operator and class.forname().newinstance()?
what is a non-repeatable read?