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 are the 8 data types in java?
Why heap memory is called heap?
How to create com object in Java?
What is bytecode verifier?
how we can make a write-only class in java?
Is null == null in java?
Why are arrays useful in java?
Can we define package statement after import statement in java?
How does a for loop work?
How to print nodes of a Binary tree?
Define packages in java?
What is the purpose of the return statement?
What is the Scope of Static Variable?
Describe method overriding
How to check if linked list contains loop in java?