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 / eswar
As per my knowledge static method can't be subclass and
override.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is use of arraylist in java?
What’s meant by anonymous class?
Difference between keyword and identifier.
Can this keyword be used to refer static members?
What is square root in java?
String class is defined under which package in java?
How to handle a web browser resize operation?
What is derived datatype?
What are the differences between this and super keyword?
how to split string in java?
What is meant by 'bit masking' in java?
Why main method is static in java?
Difference between abstract and concrete class ?
What are static methods?
Can a class be declared as static?