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
What is bubble sorting in java?
what is the difference between thread and runnable types? : Java thread
Give the difference between the println method and sqrt method?
How do you use spaces in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is meant by class loader? How many types are there? When will we use them?
What is java literals?
How many types of memory areas are allocated by JVM in java?
What is parsing a sentence?
Write a function to find out longest palindrome in a given string?
Is java an ide?
Is it safe to install java on my computer?
What does i ++ mean in Java?
How to display arraylist values in java?
What is anti pattern in programming?