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
Can a private method be declared as static?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What flag up means?
What is parameter example?
How to sort numbers in java without array?
What is the main method java?
What is string in java is it a data type?
Can an interface be defined inside a class?
How can you share data between two thread in Java?
What is join () in java?
What if static is removed from main method?
What's a method in programming?
What is annotation in java?
What are format specifiers in java?
Is passing by reference faster?