Can we override the static methods?



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

Post New Answer

More Core Java Interview Questions

What is the purpose of having the concept of overloading?

7 Answers   Ness Technologies,


Explain notifyall() method of object class ?

1 Answers  


What is bufferedreader in java?

1 Answers  


Which method will get invoked first in a stand alone application?

1 Answers  


what is web.xml?and its use?

7 Answers   CTS,


what do you mean by marker interface in java?

1 Answers  


What are advantages of exception handling in java?

1 Answers  


Why java is used everywhere?

1 Answers  


What data type is string java?

1 Answers  


Why array is used in java?

1 Answers  


What is stack example?

1 Answers  


Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?

5 Answers   Ericsson,


Categories