Can we override static methods?
Answer Posted / n.suresh babu
Yes, Static Methods can be overridden but it won't give
overridden behaviour. Overiding execution happens based on
the runtime object.
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
What is the file type?
What is meant by anonymous class?
How to remove the trailing spaces from a string?
What are different types of expressions?
Difference between final and effectively final ?
What is an immutable object?
What are variable arguments or varargs?
What are the super most classes for all the streams?
What is the best way to findout the time/memory consuming process?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
How do you generate random numbers in java?
What is sleep method?
What are voids?
What is sortedmap in java?
how does the run() method in runnable work? : Java thread