Can we override static methods?
Answer Posted / neha jain
yes we can override static method but can not overload that
is called method hiding nt overloading.
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
Can a static class implement an interface?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What is a parameter in java?
What is a singleton class in Java?
What about anonymous inner classes in java?
What is an iterator interface in java programming?
Can we override constructors in java?
What is locale?
What is a boolean flag in java?
What is "this" keyword in java? Explain
What is a method header?
How do you classify Dialog Box?
What is difference between java and java ee?
Can a class extend 2 classes in java?
What if static is removed from main method?