what is dynamic method dispatch ?

Answer Posted / rashmi

Dynamic Method Dispatch is Run -time Polymorphism which is
Method Overriding.

Is This Answer Correct ?    72 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

1836


What is a native method in java programming?

516


How variables are declared?

509


Explain wait() method of object class ?

623


Explain about the select method with an example?

583






What is the differences between c++ and java? Explain

577


What does exp mean in math?

522


Which programming language is most secure?

519


What are data types in programming?

543


Explain when noclassdeffounderror will be raised ?

605


How to access arraylist elements in java?

483


Why enumeration is faster than iterator?

522


Can classes declared using the abstract keyword cab be instantiated?

552


Where are local variables stored?

502


What all access modifiers are allowed for top class ?

700