Can you override static method in java?



Can you override static method in java?..

Answer / sagar kathane

yes we can override static methods in java. and it is called method hiding because it hides parent method and reflex whatever changes have been done in child class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is it possible to create object with out its default constructor? if possible how? else not possible? justify

5 Answers  


What is the meaning of immutable regarding string?

0 Answers  


What is the purpose of the finally clause?

3 Answers  


Enlist diffrent types of inheritance supported by java?

0 Answers  


Explain spliterator in java8?

0 Answers  






What is the use of beaninfo?

0 Answers  


What does flag mean in java?

0 Answers  


What is a nested list?

0 Answers  


How does system arraycopy work in java?

0 Answers  


Can an arraylist be empty?

0 Answers  


What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?

4 Answers  


What is the difference between dom and sax parser in java?

0 Answers  


Categories