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

Given a singly linked list, determine whether it contains a loop or not without using temporary space?

0 Answers   Global Logic,


What data type is a string?

0 Answers  


What is set string?

0 Answers  


What are the methods of object class ?

0 Answers  


How do you use find and replace?

0 Answers  


What is difference between adapter class and listener?

0 Answers  


How do you access command-line arguments within the code?

0 Answers   Flextronics, Hexaware,


How can we use primitive data types as objects?

0 Answers  


What is the difference between a switch statement and an if statement?

0 Answers  


What are the six ways to use this keyword?

0 Answers  


What is math floor in java?

0 Answers  


Does java support multi dimensional arrays ?

6 Answers  


Categories