what is dynamic method dispatch ?
Answer Posted / rajashree
This is a unique feature in JAVA.as the name itself
suggests that it is related with run time.In this classes
has methods with same method name and signature.However
which method will b executed will be decided during run
time.
| Is This Answer Correct ? | 30 Yes | 12 No |
Post New Answer View All Answers
Differentiate between array list and vector in java.
How to display names of all components in a Container?
What exceptions occur during serialization?
what is meant by Garbage collection?
What is data movement?
What is lossy conversion in java?
What one should take care of, while serializing the object?
Explain the difference between an object-oriented programming language and object-based programming language?
What is the difference between logical data independence and physical data independence?
What is java oops?
What is an object’s lock and which object’s have locks?
What is an iterator java?
Is arraylist sorted in java?
What do you understand by private, protected and public?
Why java doesn’t support multiple inheritances?