Can we override static methods?
Answer Posted / edward sudhaharchennai
Static methods can be hidden it cannot be overriden
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we declare the static variables and methods in an abstract class?
How many types of interfaces are there?
What is the difference between iterator and enumeration ?
Define array. Tell me about 2-D array.
Can we rethrow the same exception from catch handler?
How can we find the actual size of an object on the heap?
Can list contain null in java?
Explain about exception propagation?
Why do we need singleton?
what is object slice?
Can an arraylist be empty?
what is the volatile modifier for? : Java thread
What is super in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
How many bits is a double?