What is dynamic binding?

Answers were Sorted based on User's Feedback



What is dynamic binding?..

Answer / ravikiran(aptech mumbai)

dynamic binding is the binding that takes place during runtime

Is This Answer Correct ?    5 Yes 1 No

What is dynamic binding?..

Answer / swetcha

Also called late binding, it is the linking of a routine or
object at runtime based on the conditions at that moment

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is a singleton in genetics?

0 Answers  


how to print a numbers from 1 to 100 with out using control structures?

4 Answers   IBM,


define the terminology association.

0 Answers  


What is meant by JVM? Is JVM platform independent or not?

0 Answers   Wipro,


How does Vector implement synchronization?

4 Answers   Ness Technologies,


Is a char always 1 byte?

0 Answers  


Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?

2 Answers  


What is loop in java?

0 Answers  


What is the difference between checked exception and unchecked exception?

0 Answers  


Difference between process and thread?

0 Answers   HP,


what is a static block?

4 Answers  


What is overriding in java?

0 Answers  


Categories