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 the difference between access specifiers and access modifiers in java? 16
What is a loop java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is qualitative variable?
What is token in java?
What is close method? How it's different from Finalize & Dispose?
Explain the usage of this with constructors?
What is get () in java?
Can we have multiple public classes in a java source file?
What are data structures in java?
What is the difference between checked exception and unchecked exception?
What is the difference between a method and a function in alice?
Is heap stored in ram?
do I need to use synchronized on setvalue(int)? : Java thread
Do I need java on my computer?