Can we override static methods?
Answer Posted / yogesh gandhi
Thanks for addition.
You are correct.
Static method cannot be overridden.
Overloading of static methods is possible.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is byte data type?
What are the differences between abstract class and interface?
What does flagged out mean?
How do you use compareto method?
Write a program to print count of empty strings in java 8?
What are the steps involved to write rmi based programs?
What is 16 bits called?
How does split work in java?
Does java have extension methods?
What are the wrapped, classes?
Differentiate between stringbuffer and string?
Are primitives objects?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is static variable with example?
Explain the difference between transient and volatile in java?