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 / muthu pandi
The static method is may inherite in the sub class.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is data and its types?
List primitive java types?
What is thread pool in java with example?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Can private class be extended java?
hr interview how many minutes asking question
What is method in java with example?
what state does a thread enter when it terminates its processing? : Java thread
What do you mean by mnemonics?
Why are the destructors for base class and derived class called in reverse order when the program exits
Is set thread safe java?
When would you use a static class?
What are features of java?
Where is jre installed?
What is java util?