Can we override static methods?
Answer Posted / venkateswara reddy
Yes, V can override static methods
But overridding and overridden methods must static
| Is This Answer Correct ? | 51 Yes | 16 No |
Post New Answer View All Answers
Objects or references which of them gets garbage collected?
What is the difference between a loader and a compiler?
What happens when heap memory is full?
How do you convert int to char in java?
Say any two properties in beans?
What is overriding in java?
How many types of gc are there in java?
What is a void in java?
Write a program to find the greatest of three numbers in java?
What is parameters example?
Can java hashmap have duplicate keys?
What is the declaration statement?
What is are packages?
Why hashmap is used in java?
what is the swingutilities.invokelater(runnable) method for? : Java thread