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
Explain java coding standards for variables ?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
How to reverse a string in java?
What is array in java?
what is predefined function in java?
How do I enable java in safari?
What is the use of static class?
When is the finalize() called?
Explain the inheritance?
What is immutable class in java?
Why are variables important in research?
What do you know about the garbage collector?
How is hashset defined in java?
What isan abstract class and when do you use it?
Explain wait(), notify() and notifyall() methods of object class ?