what do you meant by Runtime Polymorphism?

Answers were Sorted based on User's Feedback



what do you meant by Runtime Polymorphism?..

Answer / sitaram

The object is binded at the time of run-time is called
runtime Polymorphism.

Is This Answer Correct ?    0 Yes 0 No

what do you meant by Runtime Polymorphism?..

Answer / sayali birari

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. In dynamic method dispatch,super class refers to subclass object and implements method overriding.

Is This Answer Correct ?    0 Yes 0 No

what do you meant by Runtime Polymorphism?..

Answer / suraj naik

Method body and Method linking happens at runtime is called
rumtime polymorphism

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More Core Java Interview Questions

What is map java?

0 Answers  


What is stringjoiner ?

0 Answers  


How dead lock situation occurs in java and how you can identify it?

0 Answers  


Can you use abstract and final both with a method?

0 Answers  


How to sort the elements in HashMap

3 Answers   Ness Technologies,






Is a class subclass of itself?

0 Answers  


How is a structure different from array ?

0 Answers   Amdocs,


What is unicode used for?

0 Answers  


What is difference between Eclips and MyEclips?

3 Answers  


Do we have pointers in java?

0 Answers  


How do you delete a list in java?

0 Answers  


What is a file pointer?

0 Answers  


Categories