Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is dynamic method dispatch ?

Answers were Sorted based on User's Feedback



what is dynamic method dispatch ?..

Answer / sugita muruganandam

Dynamic dispatch is a technique in which a super class method is delegated in a sub class during the run time.Bases on the type of the object the methods are invoked at the run time.Even though,over ridding uses the dynamic dispatch method it cannot be related to over ridding.Because over ridding is redefining of methods in sub class whereas it not the case in dynamic dispatch.

Is This Answer Correct ?    0 Yes 0 No

what is dynamic method dispatch ?..

Answer / 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

what is dynamic method dispatch ?..

Answer / adtiya jain

Dynamic Dispatch method is the mechanism to achieve run
time polymorphism.

problem::-->
1. three class 'A','B' ,'C' each extends each other in
multiple inheritance.
2. each class have call_me function (means overriden)
3. a call_me function only call of sub_class method
solution ::-->
a dynamic dispatch method provide a facility to run
child class function
to more detail and your question
email me dheraj.jain.1988@gmail.com

Is This Answer Correct ?    4 Yes 5 No

what is dynamic method dispatch ?..

Answer / 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

what is dynamic method dispatch ?..

Answer / guest

For correct answer please type question and mail it to
raveesh.pintu@gmail.com


with your answer

Is This Answer Correct ?    19 Yes 25 No

what is dynamic method dispatch ?..

Answer / rakesh

supre class methods only call

Is This Answer Correct ?    12 Yes 22 No

what is dynamic method dispatch ?..

Answer / guest

sdf

Is This Answer Correct ?    9 Yes 29 No

Post New Answer

More Core Java Interview Questions

How OOPS concept is achieved in Java?

6 Answers   Cognizant, JPMorgan Chase, Xavient,


How many types of voids are there?

0 Answers  


Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.

4 Answers  


What is Yield() method when we r using this ? tell exactly

2 Answers  


What is indexof?

0 Answers  


What is java’s garbage collected heap?

0 Answers  


Which access specifier can be used with class ?

0 Answers  


What are the disadvantages of using inner classes?

0 Answers  


What are the drawbacks of reflection?

0 Answers  


What is java class writing rules?

1 Answers   Oracle,


What is the final access modifier in java?

0 Answers  


How do weakhashmap works?

0 Answers  


Categories