what is dynamic method dispatch ?
Answer Posted / srinivasa
Dispatching call to a method at runtime by jvm.In dinamic
dispatch method invocation jvm identifies which should be
called
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What does function identity () do?
What is annotation in java?
What is a bubble sort in java?
Define how destructors are defined in java?
What is sortedset in java?
What is the indent key?
How does singleton class work?
What do you understand by an io stream?
What if I write static public void instead of public static void in java?
What all methods are used to prevent thread execution ?
How can you traverse a linked list in java?
Explain an algorithm to find depth of a binary tree.
What is anagram word?
What is a Transient Object?
What does I ++ mean?