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 / shivaprasad
Definitely the sub class inherits the static method in
super class.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why collection is called framework in java?
Why a dead thread occurs?
What is int lol?
What are the 6 mandatory procedures for iso 9001?
What is a method header?
When will you define a method as static in Java?
What is static in java?
explain different ways of using thread? : Java thread
Difference between abstract and concrete class ?
What is a vector in java?
What is the output of the below java program?
What is a variable and constant?
Implement two stacks using a single array.
Convert a BST into a DLL and DLL to BST in place.
What is the difference between checked exception and unchecked exception?