what is dynamic method dispatch ?
Answer Posted / sherin chacko
Dynamic method dispatch is an important mechanism in java is used to implement run time polymorphism.In this mechanism, method overriding is resolved at run time instead of compile time.that means,the choice of the overridden method to be executed in response to a method call is done at run time.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why we use protected in java?
What are multiple inheritances?
Can we override private method in java?
Can an interface implement another interface?
How many decimal digits is 64 bit?
Explain the difference between static and dynamic binding in java?
Explain about java sdk?
What’s the difference between applets and standalone program?
Why is logger singleton?
what is the difference between Object Based Language and Object Oriented Language?
Can an interface be final?
What is array sorting in java?
What is Session reduplication and how its done?
Explain 5 io best practices?
Define how objects are stored in java?