Can we override static methods in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Explain creating threads by implementing runnable class?

0 Answers  


Why synchronization is important?

0 Answers  


Difference between a MenuItem and a CheckboxMenuItem?

1 Answers  


Can we extend a class with private constructor?

0 Answers  


How do you find the maximum number from an array without comparing and sorting?

0 Answers   BlackRock,






What is a variable declaration?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


Difference between error and exception

3 Answers   Nous, TCS,


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

0 Answers  


what is difference between String buffer and String builder?

5 Answers   Benchmark,


What exceptions occur during serialization?

0 Answers  


Why java doesn’t support multiple inheritances?

0 Answers  


Categories