what is dynamic method dispatch ?

Answer Posted / sherin chacko

Dynamic method dispatch is an important mechanism in java is used to implement run time polymorphism.In this mechanism, method overriding is resolved at run time instead of compile time.that means,the choice of the overridden method to be executed in response to a method call is done at run time.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is final keyword in java?

547


What is an i/o filter?

564


What is the difference between procedural and object-oriented programs?

522


Can static methods be inherited?

532


What are the different conditional statements?

554






Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain

1428


Give the hierarchy of inputstream and outputstream classes.

606


What is meant by structural programming?

549


How many types of memory areas are allocated by jvm?

558


Explain jvm, jre, and jdk?

557


What is the difference between compiler and jvm?

551


What is array and arraylist in java?

525


Outline the major features of java.

561


How do you pass by reference?

534


What do you mean by inner class in java?

562