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 ?

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

Explain what access modifiers can be used for methods?

1122


What are the differences between string and stringbuffer?

1182


What is the difference between form & report?

1088


What is formatted output?

1020


What is remote method invocation (rmi)?

1113


When do you call copy constructor?

1025


Why is string class considered immutable?

1107


What is the difference between jdk, jre, and jvm?

1196


What is * argv?

1310


What are the advantages of packages in java?

1740


Explain java code for recursive solution's base case?

1091


What does it mean to flush a file?

1112


What is Hierarchy of exception?

1145


Can you use abstract and final both with a method?

1161


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

11390