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
Which variables are stored in heap?
What is difference between adapter class and listener?
What super () does in java?
Difference between concurrent hashmap and hashtable and collections
What is assembly language?
What is use of inner class in java?
Explain about method local inner classes or local inner classes in java?
What is Java Annotations?
What are the topics in advance java?
What is the major drawback of internal iteration over external iteration?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
What is singleton class in java and how can we make a class singleton?
What causes memory leaks in java?
What are selection structures?
How is abstraction implemented in java ?