what is dynamic method dispatch ?
Answer Posted / arijit
Java uses this fact to resolve calls to overridden methods
at run time. Here’s
how. When an overridden method is called through a
superclass reference, Java determines
which version of that method to execute based upon the type
of the object being referred to at the
time the call occurs. Thus, this determination is made at
run time with the help of dynamic method dispatch .
| Is This Answer Correct ? | 31 Yes | 4 No |
Post New Answer View All Answers
What is the simpletimezone class in java programming?
What is meant by local variable and instance variable?
Can we convert list to set in java?
Explain inheritance in java?
What is the final blank variable?
What is a percentage sign called?
Can we create our own wrapper class in java?
What is polymorphism and what are the types of it?
Explain about the main() method in java?
What is the diffrence between inner class and nested class?
What is the difference between ArrayList and Vector? which one is better in Java
What is ‘has a’’ relationship in java?
What is the string function?
What is split return?
What is constructor and its types?