Can you override a private or static method in java?



Can you override a private or static method in java?..

Answer / siddu

Static is final method it can not be change or override inherited in another class

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can a method be static?

0 Answers  


What happens if constructor is private?

0 Answers  


WHAT IS THE SCOPE FOR COREJAVA...? IS JAVA ONLY CORE JAVA ?

2 Answers  


What are void pointers?

1 Answers  


Does sprintf add a null terminator?

0 Answers  






how an we achive multiple inhetitance in java using interface..??

2 Answers  


Explain java coding standards for classes or java coding conventions for classes?

0 Answers  


What is the major difference between linkedlist and arraylist?

0 Answers  


Which containers use a flowlayout as their default layout in java programming?

0 Answers  


What means public static?

0 Answers  


Which class should you use to obtain design information about an object in java programming?

0 Answers  


What is difference between final and immutable?

0 Answers  


Categories