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 / sunitha
the static method will be inherited to teh sub class.only
fucntions declared as 'final' are not inherited
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Can we increase size of array?
What does escaping a character mean?
Explain the difference between jdk, jre, and jvm?
What is an empty list in java?
Can we have any other return type than void for main method?
Can an integer be a string?
What is a predicate method?
When is the finally clause of a try-catch-finally statement executed?
Name and explain the types of ways which are used to pass arguments in any function in java.
Is void a data type in java?
What is the benefit of lambda expressions?
What is qms certification?
Should you use singleton pattern?
Explain about the performance aspects of core java?
What is jit compiler in java?