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
What is mysql driver class name?
What is yield () in java?
What is the difference between object oriented programming language and object based programming language?
Difference between notify() method and notifyall() method in java?
What is the use of a copy constructor?
What is garbage collection? Can it be forced to run?
How large is a boolean?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What are access specifiers in java ?
What are the uses of java?
What are features of java?
What happens to the Exception object after handling an exception?
What is string args [] in java?
What is the java reflection api? Why it’s so important to have?
Is string serializable in java?