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
What is the static variable?
What are different types of references?
What do you mean by byte code?
Can a vector contain heterogenous objects?
Where are global variables stored?
Explain thread in java?
What is the maximum size of list in java?
Are strings immutable in java?
What is executor memory?
Tell us something about different types of casting?
Is an object null?
What is the difference between stringbuffer and stringbuilder class?
How to convert string to char and vice versa?
Is array serializable java?
Is there a sort function in java?