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
Java Compiler is stored in JDK, JRE or JVM?
What is an interface in java?
Name and explain the types of ways which are used to pass arguments in any function in java.
Differentiate between vector and array list.
Is empty .java file name a valid source file name?
How do I write a self declaration?
What is qms certification?
Can we synchronize static methods in java?
What does sprintf mean?
Do you know why doesn't the java library use a randomized version of quicksort?
What is meant by oops concept in java?
Difference between nested and inner classes ?
What is the nested interface?
Is java 1.7 the same as java 7?
Implementations of set interface?