Can you override a private or static method in java?
Answer Posted / 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 View All Answers
What are the drawbacks of singleton class?
What is sortedmap interface?
How many bytes is string in java?
Can a final variable be null?
Why we use set in java?
What is difference between static and final?
How do you break a loop?
What is an exception in java?
What is a method type?
What are the disadvantages of object oriented programming?
How can the checkbox class be used to create a radio button?
Variable of the boolean type is automatically initialized as?
Can you give few examples of final classes defined in java api?
How do I enable java in safari?
When do you call copy constructor?