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
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Explain the use of javap tool.
How many threads can java run?
What is derived datatype?
What are the types of exceptions?
Why does java not support operator overloading?
What is package private scope in java?
What do bitwise operators do?
How do I stop concurrentmodificationexception?
What is a list in java?
Are functions objects in java?
What is the base class in java from which all classes are derived?
Write an algorithm for quick sort?
What are the differences between c++ and java?
Is binary a low level language?