In Inheritence concept, i have a static method in super
class and i am inheriting that class to one sub class.in
that case the static method is inherited to sub class or
not????
Answer Posted / chak de
Static Methods are NOT inherited.
Keep it in Mind. that's it.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Describe what happens when an object is created in java ?
What does main method?
What is difference between synchronize and concurrent collection in java?
Difference between default and protected access specifiers?
In a container there are 5 components. I want to display all the component names, how will you do that?
What does string [] args mean?
Why is java so popular?
What is an i/o filter?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
How to connect to a remote database using Applet?
Is there a jre for java 11?
how to write a server program and sending the mails to the server using smtp protocol please help me
What is difference between hashset and hashmap?
What is a pattern what is an anti pattern?
Explain the difference between abstraction and encapsulation.