Can we override static methods?
Answer Posted / venkateswara reddy
Yes, V can override static methods
But overridding and overridden methods must static
| Is This Answer Correct ? | 51 Yes | 16 No |
Post New Answer View All Answers
Why does java not allow multiple public classes in a java file ?
What is an empty list in java?
What is size_t?
Is set ordered in java?
what is bmg file and how to create that files?what will it contailn?
What is the access scope of protected access specifier?
How many decimal digits is 64 bit?
What does a boolean method return?
Is it necessary that each try block must be followed by a catch block?
What does substring mean?
What is locale?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
design an lru cache in java?
What is byte [] in java?
What is the difference between serial and throughput garbage collector?