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 / chak de
Static Methods are NOT inherited.
Keep it in Mind. that's it.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How can I debug the Java security exceptions and AccessControlExceptions?
Why string is not a wrapper class?
Explain java coding standards for variables ?
What are data types in programming?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is command line used for?
What is the tradeoff between using an unordered array versus an ordered array?
What is methodological theory?
What is data string?
What class allows you to read objects directly from a stream in java programming?
Is null an object in java?
What is object in java?
What is string pooling concept?
What do you mean by append?
What is the role of the java.rmi.naming class?