Can we override the static methods?
Answer / Deepti Kapoor
No, it is not possible to override static methods in Java. They belong to the class rather than individual objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of having the concept of overloading?
Explain notifyall() method of object class ?
What is bufferedreader in java?
Which method will get invoked first in a stand alone application?
what is web.xml?and its use?
what do you mean by marker interface in java?
What are advantages of exception handling in java?
Why java is used everywhere?
What data type is string java?
Why array is used in java?
What is stack example?
Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?