what is dynamic method dispatch ?
Answer Posted / sangita pramanik
Dynamic method dispatch is a technique by which a call to a
overridden method is resolved at runtime rather than compile
time..this is how java implements runtime polymorphism.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the four corner stones of oop?
How will you get the platform dependent values like line separator, path separator, etc., ?
When is the arraystoreexception thrown?
When will we use them?
Why isn’t there operator overloading?
What do you mean by an interface in java?
What is a generic type?
Difference between method overloading and method overriding in java ?
Can inner class be public in java?
How are the elements of a gridbaglayout organized in java programming?
What is private protected in java?
What is rule of accessibility in java?
Can we extend private class in java?
What is a values collection view ?
What is the purpose of static keyword in java?