what is dynamic method dispatch ?
Answer Posted / penchala
Dynamic dispatch is a mechanism by which a call to
Overridden function is resolved at runtime rather than at
Compile time , and this is how Java implements Run time
Polymorphism.
| Is This Answer Correct ? | 87 Yes | 5 No |
Post New Answer View All Answers
Explain the difference between throw and throws in java?
What are methods and how are they defined?
What are wrapper classes in java?
What do you mean by object?
What is the use of arrays tostring () in java?
Convert Binary tree to linked list.
How do you bind variables?
Where pragma is used?
What are the Static and Dynamic Variables? Differentiate them.
What languages are pass by reference?
What is the benefit of inner classes in java?
Is arraylist ordered in java?
Is there is any difference between a scrollbar and a scrollpane?
Can we override constructor?
Is class forname reflection?