Why Over riding is Run Time Polymorphism?
Answer Posted / mani
Overriding method resolution always take care by JVM based
on runtime object. Hence overriding is consider as runtime
or dynamic orlatebinding.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Difference between keyword and identifier.
Write a function for palindrome and factorial and explain?
What does t in java mean?
Is there any difference between synchronized methods and synchronized statements?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is a default method?
Define locale.
What is the super void?
What is synchronization and why is it important in java programming?
What are recursive functions? Give some examples?
How many types of array are there?
Which collection is ordered in java?
What are the drawbacks of reflection?
What is the function of character?
What is java and why do we need it? Explain