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
In case of inheritance what is the execution order of constructor and destructor?
What is Applet Stub Interface ?
What are the different collection views provided by maps?
What environment variables do I need to set on my machine in order to be able to run java programs?
Can a singleton class be inherited?
State two differences between C and Java.
How many bytes is a string java?
What is the current version of java?
What is double checked locking in singleton?
What is a class object?
What is class array in java?
How a string is stored in memory?
How do you declare an array in java?
Are static members inherited to sub classes?
How many ways can you break a singleton class in java?