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


Please Help Members By Posting Answers For Below Questions

Name few java util classes introduced with java 8 ?

506


What does index mean in java?

540


Which list does not allow duplicates in java?

512


Difference between overriding and overloading in java?

578


Where and how can you use a private constructor?

536






Is arraylist an object in java?

602


What is nextline method in java?

559


Explain the different forms of polymorphism?

567


What is number data type in java?

556


What is null statement?

534


What is return code?

560


What is oops in java?

566


How many types of methods are there?

548


What is isa relationship?

562


Explain an algorithm to find depth of a binary tree.

550