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 |
What is the function of character?
Difference between Interface & Abstract class?
what is difference Between Core Java and advance java
60 Answers HCL, HP, Sambalpur University, TCS, Vensai Technologies, Wipro,
When you declare a method as abstract method ?
What classes of exceptions may be caught by a catch clause in java programming?
What are namespaces in java?
What is bifunction in java?
What's the purpose of using break in each case of switch statement?
What is default switch case? Give example.
What is udp in java?
Explain the importance of join() method in thread class?
Can we inherit inner class?