can a static method be overridden
Answer Posted / stranger
static method cannot be overridden.....bcoz the method is define by class not by object.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the services in RMI ?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What does module-relative mean?
When a thread blocks on i/o, what state does it enter?
What is the purpose of the notify() method?
What are JTA/JTS and how they used by client?
What is the difference between the session.update() method and the session.lock() method?
Is the session factory thread safe?
Why use POJO when I can use hashmap
What is permgen or permanent generation?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
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!
What’s jboss cache in short?
What is the difference between java class and bean?
What is message driven beam?