Can static methods be overridden?
Answer Posted / durga
We can't override static methods,becoz static methods are loaded at class loading time,so it is class level.but we overload static methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between yielding and sleeping? : Java thread
What is anagram number?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What are the two main uses of volatile in Java?
What does next mean in java?
Define nashorn in java8.
What is the use of inner class?
What is nested class?
What is boolean in java?
How do you sing an Applet ?
What is the difference between state-based unit testing and interaction-based unit testing?
What is a priority queue java?
What is the purpose of declaring a variable as final?
What is static data type in java?
Explain notifyall() method of object class ?