what is dynamic method dispatch ?
Answer Posted / sangita pramanik
Dynamic method dispatch is a technique by which a call to a
overridden method is resolved at runtime rather than compile
time..this is how java implements runtime polymorphism.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give me some null interfaces in java?
What is an empty string in css?
What are the different ways of creating thread?
String class is defined under which package in java?
Which package is always imported by default?
What are the disadvantages of object oriented programming?
when should you use stringbuilder class in a program?
What is variable and example?
What is the relationship difference the canvas class and the graphics class?
Can we define a package statement after the import statement in java?
What is the use of private static?
What is the purpose of extern variable?
Is set sorted in java?
How many techniques can be employed to create a string object?
How dead lock situation occurs in java and how you can identify it?