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 is the simpletimezone class in java programming?
Difference between Preemptive scheduling vs. Time slicing?
Explain about procedural programming language or structured programming language and its features?
What is null mean in java?
Give a practical example of singleton class usage?
What is immutable in java?
What is multi level inheritance in java?
Explain about the select method with an example?
What is indexof?
Why is the main method static?
Are variables stored in ram?
How to calculate the length of a singly linked list in java?
What is collection class in java? List down its methods and interfaces.
What are daemon Threads in java?
What is the importance of hashcode() and equals() methods?